diff options
| author | herbelin | 2000-10-18 17:51:58 +0000 |
|---|---|---|
| committer | herbelin | 2000-10-18 17:51:58 +0000 |
| commit | edfda2501f08f18e24bd2e3eca763eb1c2dec0ea (patch) | |
| tree | e4c42c670c2f61b95a7a0f68fd96f635aeef8b2b /kernel/instantiate.mli | |
| parent | a586cb418549eb523a3395155cab2560fd178571 (diff) | |
Simplifications autour de typed_type (renommé types par analogie avec sorts); documentation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@727 85f007b7-540e-0410-9357-904b9bb8a0f7
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 |
