src/HOL/MicroJava/J/Example.ML
changeset 9348 f495dba0cb07
parent 9346 297dcbf64526
child 10042 7164dc0d24d8
equal deleted inserted replaced
9347:1791a62b33e7 9348:f495dba0cb07
   258 by   (EVERY'[rtac (surjective_pairing RS sym RSN (2,trans)), stac Pair_eq,
   258 by   (EVERY'[rtac (surjective_pairing RS sym RSN (2,trans)), stac Pair_eq,
   259              Force_tac] 1);
   259              Force_tac] 1);
   260 by  (Simp_tac 1);
   260 by  (Simp_tac 1);
   261 by (Simp_tac 1);
   261 by (Simp_tac 1);
   262 by e;	(* XcptE *)
   262 by e;	(* XcptE *)
   263 qed "exec_test";
   263 bind_thm ("exec_test", simplify (simpset()) (result()));