src/ZF/Main.ML
author berghofe
Fri, 16 Apr 2004 18:45:56 +0200
changeset 14598 7009f59711e3
parent 12725 7ede865e1fe5
child 17876 b9c92f384109
permissions -rw-r--r--
Replaced quote by Library.quote, since quote now refers to Symbol.quote


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

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