diff options
Diffstat (limited to 'kernel/instantiate.mli')
| -rw-r--r-- | kernel/instantiate.mli | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/instantiate.mli b/kernel/instantiate.mli index 40601c6045..d3454f1ccc 100644 --- a/kernel/instantiate.mli +++ b/kernel/instantiate.mli @@ -5,15 +5,16 @@ open Names open Term open Evd +open Sign open Environ (*i*) (* Instantiation of constants and inductives on their real arguments. *) val instantiate_constr : - identifier list -> constr -> constr list -> constr + var_context -> constr -> constr list -> constr val instantiate_type : - identifier list -> typed_type -> constr list -> typed_type + var_context -> typed_type -> constr list -> typed_type type const_evaluation_error = NotDefinedConst | OpaqueConst exception NotEvaluableConst of const_evaluation_error |
