src/ZF/Main.ML
author nipkow
Fri, 15 Apr 2005 18:43:35 +0200
changeset 15740 d63e7a65b2d0
parent 12725 7ede865e1fe5
child 17876 b9c92f384109
permissions -rw-r--r--
rermoved pointless example


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

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