src/ZF/Main.ML
author webertj
Fri, 10 Mar 2006 17:24:16 +0100
changeset 19237 f51301fafdc2
parent 17876 b9c92f384109
permissions -rw-r--r--
comment delimiter fixed


(* $Id$ *)

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