aboutsummaryrefslogtreecommitdiff
path: root/kernel/constant.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/constant.mli')
-rw-r--r--kernel/constant.mli8
1 files changed, 1 insertions, 7 deletions
diff --git a/kernel/constant.mli b/kernel/constant.mli
index d9adc6d751..800f95811c 100644
--- a/kernel/constant.mli
+++ b/kernel/constant.mli
@@ -10,15 +10,9 @@ open Sign
(* Constants (internal representation). *)
-type discharge_recipe
-
-type recipe =
- | Cooked of constr
- | Recipe of discharge_recipe
-
type constant_body = {
const_kind : path_kind;
- const_body : recipe ref option;
+ const_body : constr option;
const_type : typed_type;
const_hyps : typed_type signature;
const_constraints : constraints;