aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorherbelin2000-05-22 13:14:38 +0000
committerherbelin2000-05-22 13:14:38 +0000
commit2bb331f734ed58eb90eb9535fe883aa5d2f5a278 (patch)
treeb3606667a186baf9b674ca70476fb039be5d79b1 /kernel
parentf9031792f714bb468c2dc8bfb49f34cfef44b27a (diff)
Changement nom module Constant en Declarations
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@459 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel')
-rw-r--r--kernel/declarations.ml (renamed from kernel/constant.ml)0
-rw-r--r--kernel/declarations.mli (renamed from kernel/constant.mli)4
2 files changed, 2 insertions, 2 deletions
diff --git a/kernel/constant.ml b/kernel/declarations.ml
index 7f45aae570..7f45aae570 100644
--- a/kernel/constant.ml
+++ b/kernel/declarations.ml
diff --git a/kernel/constant.mli b/kernel/declarations.mli
index 16894c7359..47f0993e90 100644
--- a/kernel/constant.mli
+++ b/kernel/declarations.mli
@@ -8,7 +8,7 @@ open Term
open Sign
(*i*)
-(* Constants (internal representation). *)
+(*s Constants (internal representation). *)
type lazy_constant_value =
| Cooked of constr
@@ -36,7 +36,7 @@ type constant_entry= {
const_entry_body : lazy_constant_value;
const_entry_type : constr option }
-(* Inductive types (internal representation). *)
+(*s Inductive types (internal representation). *)
type recarg =
| Param of int