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/safe_typing.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/safe_typing.mli')
| -rw-r--r-- | kernel/safe_typing.mli | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/safe_typing.mli b/kernel/safe_typing.mli index a07be1fca6..89e3fbbb76 100644 --- a/kernel/safe_typing.mli +++ b/kernel/safe_typing.mli @@ -45,9 +45,9 @@ val add_constraints : constraints -> safe_environment -> safe_environment val pop_named_decls : identifier list -> safe_environment -> safe_environment -val lookup_named : identifier -> safe_environment -> constr option * typed_type +val lookup_named : identifier -> safe_environment -> constr option * types (*i -val lookup_rel : int -> safe_environment -> name * typed_type +val lookup_rel : int -> safe_environment -> name * types i*) val lookup_constant : section_path -> safe_environment -> constant_body val lookup_mind : section_path -> safe_environment -> mutual_inductive_body @@ -70,10 +70,10 @@ val safe_infer : safe_environment -> constr -> judgment * constraints (*i For debug val fix_machine : safe_environment -> constr -> judgment * constraints -val fix_machine_type : safe_environment -> constr -> typed_type * constraints +val fix_machine_type : safe_environment -> constr -> types * constraints val unsafe_infer : safe_environment -> constr -> judgment * constraints -val unsafe_infer_type : safe_environment -> constr -> typed_type * constraints +val unsafe_infer_type : safe_environment -> constr -> types * constraints val type_of : safe_environment -> constr -> constr |
