src/HOL/AxClasses/Lattice/tools.ML
author paulson
Mon, 26 May 1997 12:53:45 +0200
changeset 3347 4e7dfe8ae41b
parent 1899 0075a8d26a80
permissions -rw-r--r--
Added a missing "result();" after problem 43.


(** generic tools **)

val prems = goalw HOL.thy [Ex_def] "EX x. P x ==> P (@x. P x)";
  by (resolve_tac prems 1);
qed "selectI1";

goal HOL.thy "(P & Q) = (Q & P)";
  by (Fast_tac 1);
qed "conj_commut";