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 7bd64d326..289373eff 100644
--- a/kernel/cooking.mli
+++ b/kernel/cooking.mli
@@ -32,7 +32,8 @@ type recipe = {
d_modlist : work_list }
val cook_constant :
- env -> recipe -> constr_substituted option * constr * constraints * bool
+ env -> recipe ->
+ constr_substituted option * constr * constraints * bool * bool
(*s Utility functions used in module [Discharge]. *)