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, 1 insertions, 2 deletions
diff --git a/kernel/cooking.mli b/kernel/cooking.mli
index 4b8b4537c..5f31ff8ce 100644
--- a/kernel/cooking.mli
+++ b/kernel/cooking.mli
@@ -22,8 +22,7 @@ type recipe = {
d_modlist : work_list }
val cook_constant :
- env -> recipe ->
- constr_substituted option * constant_type * constraints * bool * inline
+ env -> recipe -> constant_def * constant_type * constraints
(** {6 Utility functions used in module [Discharge]. } *)