src/ZF/Main.ML
author paulson
Mon, 15 Apr 2002 10:18:01 +0200
changeset 13085 bfdb0534c8ec
parent 12725 7ede865e1fe5
child 17876 b9c92f384109
permissions -rw-r--r--
converted theory ex/Limit to Isar script, but it still needs work!


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

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