aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/hiddentac.mli
diff options
context:
space:
mode:
authorGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-10-23 22:09:08 +0000
committerGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-10-23 22:09:08 +0000
commitff7e6f61796c9afbeb89cc9ab5c6eb459408dbf4 (patch)
tree94c3b144b3398d734c3125651ba3872c3a19279c /tactics/hiddentac.mli
parent0b840f7aaece0c209850adb2a81904b54f410091 (diff)
Fix bug #1977 by allowing the [apply] variants to take an [open_constr]
instead of a completely resolved [constr] as input. The propagation of the evars associated to the lemma is only allowed when the evar flag is on (i.e. for [eapply]), otherwise they should be resolved by the end of the application. Should be completely backwards compatible... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11497 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/hiddentac.mli')
-rw-r--r--tactics/hiddentac.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/hiddentac.mli b/tactics/hiddentac.mli
index 8d15f864c..938befa49 100644
--- a/tactics/hiddentac.mli
+++ b/tactics/hiddentac.mli
@@ -36,7 +36,7 @@ val h_exact_no_check : constr -> tactic
val h_vm_cast_no_check : constr -> tactic
val h_apply : advanced_flag -> evars_flag ->
- constr with_ebindings list -> tactic
+ open_constr with_bindings list -> tactic
val h_elim : evars_flag -> constr with_ebindings ->
constr with_ebindings option -> tactic