aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/cooking.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cooking.mli')
-rw-r--r--kernel/cooking.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/cooking.mli b/kernel/cooking.mli
index d6280e119..8d046a12e 100644
--- a/kernel/cooking.mli
+++ b/kernel/cooking.mli
@@ -18,14 +18,14 @@ type work_list = Id.t array Cmap.t * Id.t array Mindmap.t
type recipe = {
d_from : constant_body;
- d_abstract : Sign.named_context;
+ d_abstract : Context.named_context;
d_modlist : work_list }
type inline = bool
type result =
constant_def * constant_type * constraints * inline
- * Sign.section_context option
+ * Context.section_context option
val cook_constant : env -> recipe -> result