src/ZF/Main.ML
author aspinall
Fri, 30 Sep 2005 18:18:34 +0200
changeset 17740 fc385ce6187d
parent 12725 7ede865e1fe5
child 17876 b9c92f384109
permissions -rw-r--r--
Add icon for interface.


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

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