src/HOL/Main.ML
author huffman
Fri, 01 Apr 2005 23:44:41 +0200
changeset 15649 f8345ee4f607
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
convert to new-style theory


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