src/HOL/Main.ML
author haftmann
Fri, 17 Jun 2005 16:12:49 +0200
changeset 16417 9bc16273c2d4
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
migrated theory headers to new format


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