diff options
Diffstat (limited to 'tactics/taccoerce.mli')
| -rw-r--r-- | tactics/taccoerce.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/taccoerce.mli b/tactics/taccoerce.mli index bf522b6116..de7651a1a9 100644 --- a/tactics/taccoerce.mli +++ b/tactics/taccoerce.mli @@ -50,7 +50,7 @@ val coerce_to_constr_context : Value.t -> constr val coerce_var_to_ident : bool -> Environ.env -> Value.t -> Id.t -val coerce_to_ident_not_fresh : Environ.env -> Value.t -> Id.t +val coerce_to_ident_not_fresh : Evd.evar_map -> Environ.env -> Value.t -> Id.t val coerce_to_intro_pattern : Environ.env -> Value.t -> Tacexpr.delayed_open_constr intro_pattern_expr |
