diff options
Diffstat (limited to 'kernel/instantiate.mli')
| -rw-r--r-- | kernel/instantiate.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/instantiate.mli b/kernel/instantiate.mli index f905ca27ee..0320c44544 100644 --- a/kernel/instantiate.mli +++ b/kernel/instantiate.mli @@ -14,7 +14,7 @@ open Environ val instantiate_constr : named_context -> constr -> constr list -> constr val instantiate_type : - named_context -> typed_type -> constr list -> typed_type + named_context -> types -> constr list -> types (*s [constant_value env c] raises [NotEvaluableConst Opaque] if [c] is opaque and [NotEvaluableConst NoBody] if it has no @@ -24,7 +24,7 @@ type const_evaluation_result = NoBody | Opaque exception NotEvaluableConst of const_evaluation_result val constant_value : env -> constant -> constr -val constant_type : env -> 'a evar_map -> constant -> typed_type +val constant_type : env -> 'a evar_map -> constant -> types val constant_opt_value : env -> constant -> constr option (*s [existential_value sigma ev] raises [NotInstantiatedEvar] if [ev] has |
