src/HOL/Tools/quickcheck_generators.ML
changeset 31784 bd3486c57ba3
parent 31744 dc3c2d52b642
child 31785 9db4e79c91cf
--- a/src/HOL/Tools/quickcheck_generators.ML	Tue Jun 23 15:32:34 2009 +0200
+++ b/src/HOL/Tools/quickcheck_generators.ML	Tue Jun 23 16:27:12 2009 +0200
@@ -361,7 +361,7 @@
     val pp = Syntax.pp_global thy;
     val algebra = Sign.classes_of thy;
     val (descr, raw_vs, tycos, (names, auxnames), raw_TUs) =
-      Datatype.the_datatype_descr thy raw_tycos;
+      Datatype.the_descr thy raw_tycos;
     val typrep_vs = (map o apsnd)
       (curry (Sorts.inter_sort algebra) @{sort typerep}) raw_vs;
     val random_insts = (map (rpair @{sort random}) o flat o maps snd o maps snd)