src/ZF/Main.ML
author wenzelm
Fri, 11 Jan 2002 00:34:43 +0100
changeset 12715 f7299128cd7d
parent 12425 97975229f893
child 12720 f8a134b9a57f
permissions -rw-r--r--
moved setmksimps to Main!


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

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