discontinued obsolete alias HOL.thy for @{theory HOL} in ML;
authorwenzelm
Tue, 08 Feb 2011 20:59:12 +0100
changeset 41732 996b0c14a430
parent 41731 2fb760843e17
child 41733 775da08dae1b
discontinued obsolete alias HOL.thy for @{theory HOL} in ML;
src/HOL/Typedef.thy
--- a/src/HOL/Typedef.thy	Tue Feb 08 19:57:11 2011 +0100
+++ b/src/HOL/Typedef.thy	Tue Feb 08 20:59:12 2011 +0100
@@ -9,10 +9,6 @@
 uses ("Tools/typedef.ML")
 begin
 
-ML {*
-structure HOL = struct val thy = @{theory HOL} end;
-*}  -- "belongs to theory HOL"
-
 locale type_definition =
   fixes Rep and Abs and A
   assumes Rep: "Rep x \<in> A"