aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/typeops.mli
diff options
context:
space:
mode:
authorGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-08-02 17:17:42 +0000
committerGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-08-02 17:17:42 +0000
commit12965209478bd99dfbe57f07d5b525e51b903f22 (patch)
tree36a7f5e4802cd321caf02fed0be8349100be09fb /kernel/typeops.mli
parent8b26fd6ba739d4f49fae99ed764b086022e44b50 (diff)
Modules dans COQ\!\!\!\!
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2957 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/typeops.mli')
-rw-r--r--kernel/typeops.mli5
1 files changed, 1 insertions, 4 deletions
diff --git a/kernel/typeops.mli b/kernel/typeops.mli
index 94d4e0844..55adf86a2 100644
--- a/kernel/typeops.mli
+++ b/kernel/typeops.mli
@@ -13,6 +13,7 @@ open Names
open Univ
open Term
open Environ
+open Entries
(*i*)
(*s Typing functions (not yet tagged as safe) *)
@@ -21,10 +22,6 @@ val infer : env -> constr -> unsafe_judgment * constraints
val infer_v : env -> constr array -> unsafe_judgment array * constraints
val infer_type : env -> types -> unsafe_type_judgment * constraints
-type local_entry =
- | LocalDef of constr
- | LocalAssum of constr
-
val infer_local_decls :
env -> (identifier * local_entry) list
-> env * Sign.rel_context * constraints