src/ZF/Main.ML
author paulson
Fri, 20 Jun 2003 12:10:45 +0200
changeset 14060 c0c4af41fa3b
parent 12725 7ede865e1fe5
child 17876 b9c92f384109
permissions -rw-r--r--
Adding the theory UNITY/AllocImpl.thy, with supporting lemmas


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

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