src/ZF/Main.ML
author wenzelm
Thu, 04 Jan 2007 19:27:08 +0100
changeset 22002 5c60e46a07c1
parent 17876 b9c92f384109
permissions -rw-r--r--
broken error handling for command syntax -- reverted to revision 1.9;


(* $Id$ *)

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