diff options
| author | Hugo Herbelin | 2015-07-05 19:08:17 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2015-07-05 19:08:44 +0200 |
| commit | 7df4e7d5fb011ff4dbb26884bb80ece20950b178 (patch) | |
| tree | e715a3737999eba53ce2163968d59e4b33da8be8 /kernel | |
| parent | 8a71148e8068c67c5b7d9b9b0f00ab5de5bf03b7 (diff) | |
Fixing documentation (see Maxime's mail on coqdev, July 3).
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/declarations.mli | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/kernel/declarations.mli b/kernel/declarations.mli index 27c1c3f3f0..c1c19a757c 100644 --- a/kernel/declarations.mli +++ b/kernel/declarations.mli @@ -142,12 +142,10 @@ type one_inductive_body = { mind_nf_lc : types array; (** Head normalized constructor types so that their conclusion exposes the inductive type *) mind_consnrealargs : int array; - (** Number of expected proper arguments of the constructors (w/o params) - (not used in the kernel) *) + (** Number of expected proper arguments of the constructors (w/o params) *) mind_consnrealdecls : int array; - (** Length of the signature of the constructors (with let, w/o params) - (not used in the kernel) *) + (** Length of the signature of the constructors (with let, w/o params) *) mind_recargs : wf_paths; (** Signature of recursive arguments in the constructors *) |
