src/HOL/Main.ML
author kleing
Sat, 30 Apr 2005 14:18:36 +0200
changeset 15900 d6156cb8dc2e
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
fixed typo


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