src/HOL/Main.ML
author berghofe
Mon, 19 Nov 2001 17:36:05 +0100
changeset 12233 3348aa8061d1
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
- Fixed bug in shrink - Restored old behaviour of thm_proof - Eliminated reference from theory data


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