src/HOL/Import/import_rule.ML
changeset 49833 1d80798e8d8a
parent 48881 46e053eda5dd
child 49835 31f32ec4d766
--- a/src/HOL/Import/import_rule.ML	Fri Oct 12 14:05:30 2012 +0200
+++ b/src/HOL/Import/import_rule.ML	Fri Oct 12 15:08:29 2012 +0200
@@ -220,7 +220,7 @@
     val tfrees = Term.add_tfrees c []
     val tnames = sort_strings (map fst tfrees)
     val ((_, typedef_info), thy') =
-     Typedef.add_typedef_global false NONE
+     Typedef.add_typedef_global NONE
        (Binding.name tycname, map (rpair dummyS) tnames, NoSyn) c
        (SOME(Binding.name rep_name,Binding.name abs_name)) (rtac th2 1) thy
     val aty = #abs_type (#1 typedef_info)