src/HOL/Eisbach/eisbach_rule_insts.ML
changeset 69593 3dda49e08b9d
parent 62162 dca35981c8fb
child 73553 b35ef8162807
--- a/src/HOL/Eisbach/eisbach_rule_insts.ML	Fri Jan 04 21:49:06 2019 +0100
+++ b/src/HOL/Eisbach/eisbach_rule_insts.ML	Fri Jan 04 23:22:53 2019 +0100
@@ -199,7 +199,7 @@
 
 val _ =
   Theory.setup
-    (Attrib.setup @{binding "where"}
+    (Attrib.setup \<^binding>\<open>where\<close>
       (Scan.lift
         (Parse.and_list1 (Args.var -- (Args.$$$ "=" |-- Parse_Tools.name_term)) -- Parse.for_fixes)
         >> (fn args =>
@@ -211,7 +211,7 @@
 
 val _ =
   Theory.setup
-    (Attrib.setup @{binding "of"}
+    (Attrib.setup \<^binding>\<open>of\<close>
       (Scan.lift
         (Args.mode "unchecked" --
           (Scan.repeat (Scan.unless concl inst) --