src/ZF/Main.ML
author nipkow
Wed, 22 Jun 2005 19:43:38 +0200
changeset 16543 4dd8b4d1cfc3
parent 12725 7ede865e1fe5
child 17876 b9c92f384109
permissions -rw-r--r--
added Rules/find2


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

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