From 76e3b2928b766a76ee7e29dd3f6867cd48f95a52 Mon Sep 17 00:00:00 2001 From: filliatr Date: Sun, 19 Sep 1999 14:17:35 +0000 Subject: - un effort sur la doc (ocamlweb) - module Nametab - module Impargs - correction bug : Parameter id : t => vérification que t est bien un type git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@76 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/constant.mli | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'kernel/constant.mli') diff --git a/kernel/constant.mli b/kernel/constant.mli index d8aeb7670e..890e1f425e 100644 --- a/kernel/constant.mli +++ b/kernel/constant.mli @@ -7,7 +7,7 @@ open Term open Sign (*i*) -(* Constants. *) +(* Constants (internal representation). *) type discharge_recipe @@ -15,10 +15,6 @@ 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; @@ -30,3 +26,9 @@ val is_defined : constant_body -> bool val is_opaque : constant_body -> bool +(*s Constant declaration. *) + +type constant_entry= { + const_entry_body : constr; + const_entry_type : constr option } + -- cgit v1.2.3