aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/entries.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-08-29 00:50:08 +0200
committerGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-08-29 00:50:08 +0200
commite368bcd7e16fda4d011ad2c960c647c7da72bcb6 (patch)
tree352297625b07485c667250b691b20a12cf8663ef /kernel/entries.mli
parent23f064547758a491bb7cb709797c2b1338a17558 (diff)
Add test-suite file. Compute the name for the record binder in the
eta-expanded version of a projection as before.
Diffstat (limited to 'kernel/entries.mli')
-rw-r--r--kernel/entries.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/entries.mli b/kernel/entries.mli
index 5fa0527ef..0a06eef16 100644
--- a/kernel/entries.mli
+++ b/kernel/entries.mli
@@ -42,7 +42,8 @@ type one_inductive_entry = {
type mutual_inductive_entry = {
mind_entry_record : bool option;
- (** Some true: primitive record, Some false: non-primitive record *)
+ (** Some true: primitive record
+ Some false: non-primitive record *)
mind_entry_finite : bool;
mind_entry_params : (Id.t * local_entry) list;
mind_entry_inds : one_inductive_entry list;