src/HOL/Main.ML
author wenzelm
Tue, 07 Nov 2006 19:40:56 +0100
changeset 21234 fb84ab52f23b
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
removed obsolete theorem statements (cf. specification.ML);


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