src/HOL/Main.ML
author wenzelm
Sun, 14 Oct 2001 20:06:13 +0200
changeset 11757 122be3f5b4b7
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Specifics about common object-logics.


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