src/ZF/Main.ML
author wenzelm
Wed, 13 Jul 2005 16:07:35 +0200
changeset 16813 67140ae50e77
parent 12725 7ede865e1fe5
child 17876 b9c92f384109
permissions -rw-r--r--
removed ad-hoc atp_hook, cal_atp; removed depth_of; tuned;


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

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