experimental de-facto abolishment of distinctness limit
authorhaftmann
Mon, 05 Oct 2009 15:05:10 +0200
changeset 32874 5281cebb1a37
parent 32873 333945c9ac6a
child 32875 0fbaf49367ff
experimental de-facto abolishment of distinctness limit
src/HOL/Tools/Datatype/datatype_rep_proofs.ML
--- a/src/HOL/Tools/Datatype/datatype_rep_proofs.ML	Mon Oct 05 15:04:45 2009 +0200
+++ b/src/HOL/Tools/Datatype/datatype_rep_proofs.ML	Mon Oct 05 15:05:10 2009 +0200
@@ -28,7 +28,7 @@
 
 (*the kind of distinctiveness axioms depends on number of constructors*)
 val (distinctness_limit, distinctness_limit_setup) =
-  Attrib.config_int "datatype_distinctness_limit" 7;
+  Attrib.config_int "datatype_distinctness_limit" 9999 (*approx. infinity*);
 
 val (_ $ (_ $ (_ $ (distinct_f $ _) $ _))) = hd (prems_of distinct_lemma);