src/HOL/Main.ML
author wenzelm
Fri, 18 Aug 2000 17:53:49 +0200
changeset 9650 6f0b89f2a1f9
permissions -rw-r--r--
Main now new-style theory; added Main.ML for compatibility;


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