DatatypePackage.case_tac;
authorwenzelm
Mon, 09 Jun 2008 17:39:35 +0200
changeset 27100 889613625e2b
parent 27099 2a91d9575935
child 27101 864d29f11c9d
DatatypePackage.case_tac;
src/HOL/TLA/Memory/MemoryImplementation.thy
--- a/src/HOL/TLA/Memory/MemoryImplementation.thy	Mon Jun 09 17:31:25 2008 +0200
+++ b/src/HOL/TLA/Memory/MemoryImplementation.thy	Mon Jun 09 17:39:35 2008 +0200
@@ -764,7 +764,7 @@
 ML {*
 fun split_idle_tac ss simps i =
     EVERY [TRY (rtac @{thm actionI} i),
-           case_tac "(s,t) |= unchanged (e p, c p, r p, m p, rmhist!p)" i,
+           DatatypePackage.case_tac "(s,t) |= unchanged (e p, c p, r p, m p, rmhist!p)" i,
            rewrite_goals_tac @{thms action_rews},
            forward_tac [temp_use @{thm Step1_4_7}] i,
            asm_full_simp_tac (ss addsimps simps) i