src/HOL/Tools/datatype_codegen.ML
changeset 31156 90fed3d4430f
parent 31151 1c64b0827ee8
child 31246 251a34663242
--- a/src/HOL/Tools/datatype_codegen.ML	Thu May 14 15:09:47 2009 +0200
+++ b/src/HOL/Tools/datatype_codegen.ML	Thu May 14 15:09:48 2009 +0200
@@ -413,7 +413,7 @@
   let
     val cs = map (fn (c, tys) => (c, tys ---> Type (dtco, map TFree vs))) cos;
     val cs' = map (fn c_ty as (_, ty) => (AxClass.unoverload_const thy c_ty, ty)) cs;
-  in if is_some (try (Code_Unit.constrset_of_consts thy) cs')
+  in if is_some (try (Code.constrset_of_consts thy) cs')
     then SOME cs
     else NONE
   end;