aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
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