aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/cooking.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cooking.mli')
-rw-r--r--kernel/cooking.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/cooking.mli b/kernel/cooking.mli
index 030e88829..489360af7 100644
--- a/kernel/cooking.mli
+++ b/kernel/cooking.mli
@@ -17,7 +17,8 @@ type recipe = { from : constant_body; info : Opaqueproof.cooking_info }
type inline = bool
type result =
- constant_def * constant_type * Univ.constraints * inline
+ constant_def * constant_type * projection_body option *
+ bool * constant_universes * inline
* Context.section_context option
val cook_constant : env -> recipe -> result