src/ZF/Main.ML
author urbanc
Sun, 04 Dec 2005 12:40:39 +0100
changeset 18348 b5d7649f8aca
parent 17876 b9c92f384109
permissions -rw-r--r--
tuned


(* $Id$ *)

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