diff -r 46f59511b7bb -r d97fdabd9e2b src/HOL/IMP/AExp.thy --- a/src/HOL/IMP/AExp.thy Fri Sep 20 19:07:10 2024 +0200 +++ b/src/HOL/IMP/AExp.thy Fri Sep 20 19:51:08 2024 +0200 @@ -27,10 +27,10 @@ text \A little syntax magic to write larger states compactly:\ -definition null_state ("<>") where +definition null_state (\<>\) where "null_state \ \x. 0" syntax - "_State" :: "updbinds => 'a" ("<_>") + "_State" :: "updbinds => 'a" (\<_>\) translations "_State ms" == "_Update <> ms" "_State (_updbinds b bs)" <= "_Update (_State b) bs"