diff options
Diffstat (limited to 'tactics/tactics.mli')
| -rw-r--r-- | tactics/tactics.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tactics/tactics.mli b/tactics/tactics.mli index 60d48530ce..b91aa09e62 100644 --- a/tactics/tactics.mli +++ b/tactics/tactics.mli @@ -12,6 +12,7 @@ open Names open Term open Environ +open Sign open Tacmach open Proof_type open Reduction @@ -27,7 +28,7 @@ open Nametab (*s General functions. *) -val type_clenv_binding : walking_constraints -> +val type_clenv_binding : named_context sigma -> constr * constr -> constr substitution -> constr val string_of_inductive : constr -> string |
