src/HOL/Main.ML
author wenzelm
Wed, 08 May 2002 12:15:30 +0200
changeset 13122 c63612ffb186
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
oops;


structure Main =
struct
  val thy = the_context ();
end;