aboutsummaryrefslogtreecommitdiff
path: root/kernel/constant.mli
diff options
context:
space:
mode:
authorfilliatr1999-10-13 12:36:57 +0000
committerfilliatr1999-10-13 12:36:57 +0000
commit002d6cb09f2447134677b438ab09e880a2881151 (patch)
tree24ffa08aa1409f87da66216ec924f81357be7846 /kernel/constant.mli
parente148fce6fa35cc1bd3041ce18c87f5573f5bd596 (diff)
plus de recettes pour les corps des constantes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@100 85f007b7-540e-0410-9357-904b9bb8a0f7
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;