src/HOL/Import/import_rule.ML
changeset 56256 1e01c159e7d9
parent 56239 17df7145a871
child 56267 deab4d428bc6
--- a/src/HOL/Import/import_rule.ML	Sat Mar 22 19:33:39 2014 +0100
+++ b/src/HOL/Import/import_rule.ML	Sat Mar 22 20:42:16 2014 +0100
@@ -409,7 +409,7 @@
           end
       | process (thy, state) (#"Y", [name, _, _]) = setth (mtydef name thy) (thy, state)
       | process (thy, state) (#"t", [n]) =
-          setty (ctyp_of thy (TFree ("'" ^ (transl_qm n), ["HOL.type"]))) (thy, state)
+          setty (ctyp_of thy (TFree ("'" ^ (transl_qm n), @{sort type}))) (thy, state)
       | process (thy, state) (#"a", n :: l) =
           fold_map getty l (thy, state) |>>
             (fn tys => ctyp_of thy (Type (gettyname n thy, map typ_of tys))) |-> setty