proper context;
authorwenzelm
Mon, 20 May 2013 18:38:28 +0200
changeset 52089 6ce832f71bdd
parent 52088 7d8b53e80ce7
child 52090 ff1ec795604b
proper context;
src/HOL/UNITY/Comp/Alloc.thy
--- a/src/HOL/UNITY/Comp/Alloc.thy	Mon May 20 18:37:35 2013 +0200
+++ b/src/HOL/UNITY/Comp/Alloc.thy	Mon May 20 18:38:28 2013 +0200
@@ -722,8 +722,8 @@
                       @{thm rename_guarantees_eq_rename_inv},
                       @{thm bij_imp_bij_inv}, @{thm surj_rename},
                       @{thm inv_inv_eq}]) 1,
-    asm_simp_tac  (* FIXME ctxt !!? *)
-        (@{context} addsimps [@{thm o_def}, @{thm non_dummy_def}, @{thm guarantees_Int_right}]) 1]
+    asm_simp_tac
+        (ctxt addsimps [@{thm o_def}, @{thm non_dummy_def}, @{thm guarantees_Int_right}]) 1]
 *}
 
 method_setup rename_client_map = {*