src/ZF/Main.ML
author wenzelm
Thu, 08 Aug 2002 23:46:09 +0200
changeset 13480 bb72bd43c6c3
parent 12725 7ede865e1fe5
child 17876 b9c92f384109
permissions -rw-r--r--
use Tactic.prove instead of prove_goalw_cterm in internal proofs!


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

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