src/HOL/Main.ML
author paulson
Wed, 26 Jun 2002 10:26:46 +0200
changeset 13248 ae66c22ed52e
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
new theorems


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