src/HOL/Main.ML
author berghofe
Mon, 19 Nov 2001 17:42:00 +0100
changeset 12239 ee360f910ec8
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Now handles different theorems with same name more gracefully.


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