src/HOL/Main.ML
author wenzelm
Mon, 11 Feb 2002 10:56:33 +0100
changeset 12873 d7f8dfaad46d
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
include SVC_Test;


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