aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/cooking.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cooking.mli')
-rw-r--r--kernel/cooking.mli7
1 files changed, 1 insertions, 6 deletions
diff --git a/kernel/cooking.mli b/kernel/cooking.mli
index 8d046a12e..2d6e53407 100644
--- a/kernel/cooking.mli
+++ b/kernel/cooking.mli
@@ -24,17 +24,12 @@ type recipe = {
type inline = bool
type result =
- constant_def * constant_type * constraints * inline
+ constant_def * constant_type * constant_constraints * inline
* Context.section_context option
val cook_constant : env -> recipe -> result
-
(** {6 Utility functions used in module [Discharge]. } *)
val expmod_constr : work_list -> constr -> constr
-val clear_cooking_sharing : unit -> unit
-
-
-