src/HOL/Main.ML
author nipkow
Sun, 25 Jan 2004 00:42:22 +0100
changeset 14360 e654599b114e
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Added an exception handler and error msg.


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