src/HOL/Main.ML
author wenzelm
Thu, 04 Jul 2002 16:48:21 +0200
changeset 13297 e4ae0732e2be
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
tuned;


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