src/HOL/UNITY/UNITY_tactics.ML
changeset 46752 e9e7209eb375
parent 45138 ba618e9288b8
child 51717 9e7d1c139569
--- a/src/HOL/UNITY/UNITY_tactics.ML	Thu Mar 01 17:13:54 2012 +0000
+++ b/src/HOL/UNITY/UNITY_tactics.ML	Thu Mar 01 19:34:52 2012 +0100
@@ -46,7 +46,7 @@
       ORELSE res_inst_tac ctxt
         [(("act", 0), sact)] @{thm transientI} 2,
          (*simplify the command's domain*)
-      simp_tac (simpset_of ctxt addsimps @{thms Domain_def}) 3,
+      simp_tac (simpset_of ctxt addsimps @{thms Domain_unfold}) 3,
       constrains_tac ctxt 1,
       ALLGOALS (clarify_tac ctxt),
       ALLGOALS (asm_lr_simp_tac (simpset_of ctxt))]);