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 d9b564835..db2ba1551 100644
--- a/kernel/cooking.mli
+++ b/kernel/cooking.mli
@@ -12,6 +12,7 @@ open Names
open Term
open Declarations
open Environ
+open Univ
(*s Cooking the constants. *)
@@ -32,7 +33,7 @@ type recipe = {
d_abstract : identifier list;
d_modlist : work_list }
-val cook_constant : env -> recipe -> constr option * constr
+val cook_constant : env -> recipe -> constr option * constr * constraints
(*s Utility functions used in module [Discharge]. *)