src/HOL/Tools/datatype_rep_proofs.ML
changeset 24112 6c4e7d17f9b0
parent 24098 f1eb34ae33af
child 24712 64ed05609568
--- a/src/HOL/Tools/datatype_rep_proofs.ML	Wed Aug 01 16:55:39 2007 +0200
+++ b/src/HOL/Tools/datatype_rep_proofs.ML	Wed Aug 01 16:55:40 2007 +0200
@@ -526,7 +526,7 @@
       DatatypeProp.make_distincts new_type_names descr sorts thy5);
 
     val simproc_dists = map (fn ((((_, (_, _, constrs)), rep_thms), congr), dists) =>
-      if length constrs < ConfigOption.get_thy thy5 DatatypeProp.distinctness_limit
+      if length constrs < Config.get_thy thy5 DatatypeProp.distinctness_limit
       then FewConstrs dists
       else ManyConstrs (congr, HOL_basic_ss addsimps rep_thms)) (hd descr ~~
         constr_rep_thms ~~ rep_congs ~~ distinct_thms);