src/HOL/Main.ML
author wenzelm
Mon, 30 Oct 2000 18:23:34 +0100
changeset 10355 aef4f587a0e4
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
improved doc of "subgoals" antiquotation;


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