From e521ccb7d16b7e2192a0c0d6bc046534a4466848 Mon Sep 17 00:00:00 2001 From: filliatr Date: Fri, 28 Jan 2000 23:51:42 +0000 Subject: documentation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@288 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/inductive.mli | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'kernel/inductive.mli') diff --git a/kernel/inductive.mli b/kernel/inductive.mli index 2b68faa0c8..f01ce7d732 100644 --- a/kernel/inductive.mli +++ b/kernel/inductive.mli @@ -63,12 +63,10 @@ val mis_consnames : mind_specif -> identifier array val mind_nth_type_packet : mutual_inductive_body -> int -> mutual_inductive_packet -(* A light version of [mind_specif_of_mind] with pre-splitted args - Invariant: We have - - -- [Hnf (fullmind)] = [DOPN(AppL,[|MutInd mind;..params..;..realargs..|])] - - with [mind] = [((sp,i),localvars)] for some [sp, i, localvars] +(*s A light version of [mind_specif_of_mind] with pre-splitted args + Invariant: We have \par + [Hnf (fullmind)] = [DOPN(AppL,[|MutInd mind;..params..;..realargs..|])] \par + with [mind] = [((sp,i),localvars)] for some [sp, i, localvars]. *) type inductive_summary = { fullmind : constr; -- cgit v1.2.3