src/ZF/Main.ML
author haftmann
Sat, 10 Feb 2007 09:26:22 +0100
changeset 22302 bf5bdb7f7607
parent 17876 b9c92f384109
permissions -rw-r--r--
added experimental class target


(* $Id$ *)

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