From 002d6cb09f2447134677b438ab09e880a2881151 Mon Sep 17 00:00:00 2001 From: filliatr Date: Wed, 13 Oct 1999 12:36:57 +0000 Subject: 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 --- kernel/constant.mli | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'kernel/constant.mli') 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; -- cgit v1.2.3