From 7df4e7d5fb011ff4dbb26884bb80ece20950b178 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sun, 5 Jul 2015 19:08:17 +0200 Subject: Fixing documentation (see Maxime's mail on coqdev, July 3). --- kernel/declarations.mli | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'kernel') 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 *) -- cgit v1.2.3