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.ml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'kernel/constant.ml') diff --git a/kernel/constant.ml b/kernel/constant.ml index 39eda93fc1..c93d486faa 100644 --- a/kernel/constant.ml +++ b/kernel/constant.ml @@ -7,23 +7,13 @@ open Generic open Term open Sign -type discharge_recipe = { - d_expand : section_path list; - d_modify : (sorts oper * sorts oper modification) list; - d_abstract : identifier list; - d_from : section_path } - -type recipe = - | Cooked of constr - | Recipe of discharge_recipe - type constant_entry = { const_entry_body : constr; const_entry_type : constr option } 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