diff options
| author | msozeau | 2011-02-09 16:58:13 +0000 |
|---|---|---|
| committer | msozeau | 2011-02-09 16:58:13 +0000 |
| commit | daf397883f9b7f79eeddc6cc4580ecdc5ec793f5 (patch) | |
| tree | 4cdf1aec7a3ddfc89e9e4b8ff3abaeee165385a0 /tactics/tacinterp.mli | |
| parent | 7752ebd0c4932c1ce95383dae10ae56910973085 (diff) | |
One more fix for setoid_rewrite: completely reinterpret the given lemmas
in the current goal, generating fresh evars and metas for unification
(fixes contrib ATBR).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13816 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/tacinterp.mli')
| -rw-r--r-- | tactics/tacinterp.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tactics/tacinterp.mli b/tactics/tacinterp.mli index 9d782bd411..a71d9acd69 100644 --- a/tactics/tacinterp.mli +++ b/tactics/tacinterp.mli @@ -129,6 +129,9 @@ val interp_hyp : interp_sign -> goal sigma -> identifier located -> identifier val interp_bindings : interp_sign -> Environ.env -> Evd.evar_map -> glob_constr_and_expr Glob_term.bindings -> Evd.evar_map * constr Glob_term.bindings +val interp_open_constr_with_bindings : interp_sign -> Environ.env -> Evd.evar_map -> + glob_constr_and_expr Glob_term.with_bindings -> Evd.evar_map * constr Glob_term.with_bindings + (** Initial call for interpretation *) val glob_tactic : raw_tactic_expr -> glob_tactic_expr |
