src/ZF/Main.ML
author haftmann
Sun, 28 Aug 2005 09:18:22 +0200
changeset 17153 d871853e13e0
parent 12725 7ede865e1fe5
child 17876 b9c92f384109
permissions -rw-r--r--
added 'these', removed assoc2


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

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