diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/inductive.mli | 10 | ||||
| -rw-r--r-- | kernel/sign.mli | 2 |
2 files changed, 5 insertions, 7 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; diff --git a/kernel/sign.mli b/kernel/sign.mli index 3a8f8a47a5..82d71fd4cb 100644 --- a/kernel/sign.mli +++ b/kernel/sign.mli @@ -9,7 +9,7 @@ open Term (* Signatures of named variables. *) -type 'a signature (* = identifier list * 'a list*) +type 'a signature (* = [identifier list * 'a list] *) val nil_sign : 'a signature val add_sign : (identifier * 'a) -> 'a signature -> 'a signature |
