aboutsummaryrefslogtreecommitdiff
path: root/kernel/inductive.ml
diff options
context:
space:
mode:
authorherbelin2000-04-27 15:01:09 +0000
committerherbelin2000-04-27 15:01:09 +0000
commiteb6d5b6acaca83d13063f0d7fc414b4dbee6572e (patch)
treec2e54f6f1c82026a91d15453868bb7ab0e8eb5cd /kernel/inductive.ml
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.ml')
-rw-r--r--kernel/inductive.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/inductive.ml b/kernel/inductive.ml
index 9a59a889b4..16c6b6c773 100644
--- a/kernel/inductive.ml
+++ b/kernel/inductive.ml
@@ -64,7 +64,6 @@ type constructor_summary = {
(* A light version of mind_specif_of_mind with pre-splitted args *)
(* and a receipt to build a summary of constructors *)
type inductive_summary = {
- fullmind : constr;
mind : inductive;
params : constr list;
realargs : constr list;