From 11425d763714cd663a5d3849f6a9367d39f38e7d Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 10 Jun 2011 22:07:13 +0000 Subject: Moved allow_K to a unification flag - seized the opportunity to align unification flags for functional induction to the ones of induction - also tried to add delta in the elim_flags used in tactics.ml - also tried to unify the rewrite flags in concl or in hyp (removed allow_K in hyps) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14186 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/clenvtac.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proofs/clenvtac.mli') diff --git a/proofs/clenvtac.mli b/proofs/clenvtac.mli index d288eddd2..49a961f5d 100644 --- a/proofs/clenvtac.mli +++ b/proofs/clenvtac.mli @@ -19,7 +19,7 @@ open Unification (** Tactics *) val unify : ?flags:unify_flags -> constr -> tactic val clenv_refine : evars_flag -> ?with_classes:bool -> clausenv -> tactic -val res_pf : clausenv -> ?with_evars:evars_flag -> ?allow_K:bool -> ?flags:unify_flags -> tactic +val res_pf : clausenv -> ?with_evars:evars_flag -> ?flags:unify_flags -> tactic val elim_res_pf_THEN_i : clausenv -> (clausenv -> tactic array) -> tactic val clenv_pose_dependent_evars : evars_flag -> clausenv -> clausenv -- cgit v1.2.3