src/HOL/Tools/record.ML
changeset 51685 385ef6706252
parent 51551 88d1d19fb74f
child 51717 9e7d1c139569
--- a/src/HOL/Tools/record.ML	Wed Apr 10 13:10:38 2013 +0200
+++ b/src/HOL/Tools/record.ML	Wed Apr 10 15:30:19 2013 +0200
@@ -1746,12 +1746,12 @@
         THEN ALLGOALS (rtac @{thm refl});
       fun mk_eq thy eq_def =
         Simplifier.rewrite_rule
-          [AxClass.unoverload thy (Thm.symmetric (Simpdata.mk_eq eq_def))] inject;
+          [Axclass.unoverload thy (Thm.symmetric (Simpdata.mk_eq eq_def))] inject;
       fun mk_eq_refl thy =
         @{thm equal_refl}
         |> Thm.instantiate
           ([pairself (ctyp_of thy) (TVar (("'a", 0), @{sort equal}), Logic.varifyT_global extT)], [])
-        |> AxClass.unoverload thy;
+        |> Axclass.unoverload thy;
       val ensure_random_record = ensure_sort_record (@{sort random}, mk_random_eq);
       val ensure_exhaustive_record =
         ensure_sort_record (@{sort full_exhaustive}, mk_full_exhaustive_eq);