src/HOL/Main.ML
author wenzelm
Sat, 01 Sep 2001 00:14:16 +0200
changeset 11543 d61b913431c5
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
renamed `keep_derivs' to `proofs', and made an integer;


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