aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/term_typing.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/term_typing.mli')
-rw-r--r--kernel/term_typing.mli8
1 files changed, 5 insertions, 3 deletions
diff --git a/kernel/term_typing.mli b/kernel/term_typing.mli
index b1c336ad9..a2a35492e 100644
--- a/kernel/term_typing.mli
+++ b/kernel/term_typing.mli
@@ -14,9 +14,9 @@ open Declarations
open Entries
val translate_local_def : env -> Id.t -> definition_entry ->
- constant_def * types * Univ.constraints
+ constant_def * types * constant_universes
-val translate_local_assum : env -> types -> types * constraints
+val translate_local_assum : env -> types -> types
(* returns the same definition_entry but with side effects turned into
* let-ins or beta redexes. it is meant to get a term out of a not yet
@@ -32,7 +32,9 @@ val translate_recipe : env -> constant -> Cooking.recipe -> constant_body
(** Internal functions, mentioned here for debug purpose only *)
-val infer_declaration : env -> constant_entry -> Cooking.result
+val infer_declaration : env -> constant option ->
+ constant_entry -> Cooking.result
+
val build_constant_declaration :
constant -> env -> Cooking.result -> constant_body