aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/typeops.mli
diff options
context:
space:
mode:
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