aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/inductive.mli
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-01-28 23:51:42 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-01-28 23:51:42 +0000
commite521ccb7d16b7e2192a0c0d6bc046534a4466848 (patch)
tree1616a21eb4cb88bef2fcae0830d666bec2e02ab0 /kernel/inductive.mli
parentbd23886243736ba75a584c475b7da521571c646d (diff)
documentation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@288 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/inductive.mli')
-rw-r--r--kernel/inductive.mli10
1 files changed, 4 insertions, 6 deletions
diff --git a/kernel/inductive.mli b/kernel/inductive.mli
index 2b68faa0c..f01ce7d73 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;