src/HOL/Main.ML
author wenzelm
Wed, 21 Jul 2004 16:35:38 +0200
changeset 15071 b65fc0787fbe
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
updated;


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