aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/inductive.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-04-27 15:01:09 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-04-27 15:01:09 +0000
commiteb6d5b6acaca83d13063f0d7fc414b4dbee6572e (patch)
treec2e54f6f1c82026a91d15453868bb7ab0e8eb5cd /kernel/inductive.mli
parentb3a30395c85a34a6162fe884c7a06b1079e698c2 (diff)
Retrait fullmind de inductive_summary pour simplicité
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@376 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/inductive.mli')
-rw-r--r--kernel/inductive.mli5
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/inductive.mli b/kernel/inductive.mli
index c5520cf49..8c431c319 100644
--- a/kernel/inductive.mli
+++ b/kernel/inductive.mli
@@ -89,14 +89,13 @@ type constructor_summary = {
(*s A variant of [mind_specif_of_mind] with pre-splitted args
- Invariant: We have \par
- [Hnf (fullmind)] = [DOPN(AppL,[|MutInd mind;..params..;..realargs..|])] \par
+ We recover the inductive type as \par
+ [DOPN(AppL,[|MutInd mind;..params..;..realargs..|])] \par
with [mind] = [((sp,i),localvars)] for some [sp, i, localvars].
*)
type inductive_summary = {
- fullmind : constr;
mind : inductive;
params : constr list;
realargs : constr list;