src/HOL/Main.ML
author wenzelm
Tue, 25 Sep 2001 12:16:49 +0200
changeset 11566 94d2d6531c57
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
tuned;


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