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.mli9
1 files changed, 4 insertions, 5 deletions
diff --git a/kernel/term_typing.mli b/kernel/term_typing.mli
index 6fac9e050..83434e2ec 100644
--- a/kernel/term_typing.mli
+++ b/kernel/term_typing.mli
@@ -26,12 +26,11 @@ val translate_local_assum : env -> types ->
types * Univ.constraints
val infer_declaration : env -> constant_entry ->
- Declarations.constr_substituted option * Term.types * Univ.constraints *
- bool * bool
+ constr_substituted option * constant_type * constraints * bool * bool
-val build_constant_declaration : env -> 'a ->
- Declarations.constr_substituted option * Term.types * Univ.constraints *
- bool * bool -> Declarations.constant_body
+val build_constant_declaration : env -> 'a ->
+ constr_substituted option * constant_type * constraints * bool * bool ->
+ constant_body
val translate_constant : env -> constant -> constant_entry -> constant_body