src/ZF/Main.ML
author wenzelm
Tue, 17 May 2005 09:58:40 +0200
changeset 15967 f9163c6f69d6
parent 12725 7ede865e1fe5
child 17876 b9c92f384109
permissions -rw-r--r--
proper treatment of directory links; tuned;


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

simpset_ref() := simpset() setmksimps (map mk_eq o Ord_atomize o gen_all);