src/HOLCF/Tools/Domain/domain_theorems.ML
changeset 33971 9c7fa7f76950
parent 33810 38375b16ffd9
child 34974 18b41bba42b5
--- a/src/HOLCF/Tools/Domain/domain_theorems.ML	Wed Dec 02 11:29:49 2009 +0100
+++ b/src/HOLCF/Tools/Domain/domain_theorems.ML	Fri Dec 04 12:17:43 2009 +0100
@@ -600,7 +600,7 @@
     let
       val lhs = dc_copy`%"f"`(con_app con args);
       fun one_rhs arg =
-          if DatatypeAux.is_rec_type (dtyp_of arg)
+          if Datatype_Aux.is_rec_type (dtyp_of arg)
           then Domain_Axioms.copy_of_dtyp map_tab
                  (proj (%:"f") eqs) (dtyp_of arg) ` (%# arg)
           else (%# arg);
@@ -730,7 +730,7 @@
         let
           fun mk_take n = dc_take (List.nth (dnames, n)) $ %:"n";
           fun one_rhs arg =
-              if DatatypeAux.is_rec_type (dtyp_of arg)
+              if Datatype_Aux.is_rec_type (dtyp_of arg)
               then Domain_Axioms.copy_of_dtyp map_tab
                      mk_take (dtyp_of arg) ` (%# arg)
               else (%# arg);