src/ZF/Main.ML
author wenzelm
Sat, 17 Sep 2005 18:11:19 +0200
changeset 17459 9a3925c07392
parent 12725 7ede865e1fe5
child 17876 b9c92f384109
permissions -rw-r--r--
added code generator setup (from Main.thy);


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

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