src/ZF/Main.ML
author wenzelm
Fri, 17 Nov 2006 02:20:03 +0100
changeset 21404 eb85850d3eb7
parent 17876 b9c92f384109
permissions -rw-r--r--
more robust syntax for definition/abbreviation/notation;


(* $Id$ *)

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