src/ZF/Main.ML
author wenzelm
Sat, 11 Nov 2006 16:12:23 +0100
changeset 21308 73883a528b26
parent 17876 b9c92f384109
permissions -rw-r--r--
* Local theory targets ``context/locale/class ... begin'' followed by ``end''.


(* $Id$ *)

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