src/HOL/Main.ML
author paulson
Fri, 05 Jan 2001 10:17:19 +0100
changeset 10783 2781ac7a4619
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
fixed two proofs that were affected by the removal of obsolete rules


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