aboutsummaryrefslogtreecommitdiff
path: root/kernel/inductive.mli
diff options
context:
space:
mode:
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 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;