src/HOL/Main.ML
author wenzelm
Wed, 31 Oct 2001 01:22:27 +0100
changeset 11993 d20e653fc64f
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
put_consumes: really overwrite existing tag;


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