diff -r 46f59511b7bb -r d97fdabd9e2b src/HOL/Analysis/Measure_Space.thy --- a/src/HOL/Analysis/Measure_Space.thy Fri Sep 20 19:07:10 2024 +0200 +++ b/src/HOL/Analysis/Measure_Space.thy Fri Sep 20 19:51:08 2024 +0200 @@ -1004,7 +1004,7 @@ "almost_everywhere M P \ eventually P (ae_filter M)" syntax - "_almost_everywhere" :: "pttrn \ 'a \ bool \ bool" ("AE _ in _. _" [0,0,10] 10) + "_almost_everywhere" :: "pttrn \ 'a \ bool \ bool" (\AE _ in _. _\ [0,0,10] 10) syntax_consts "_almost_everywhere" \ almost_everywhere @@ -1017,7 +1017,7 @@ syntax "_set_almost_everywhere" :: "pttrn \ 'a set \ 'a \ bool \ bool" - ("AE _\_ in _./ _" [0,0,0,10] 10) + (\AE _\_ in _./ _\ [0,0,0,10] 10) syntax_consts "_set_almost_everywhere" \ set_almost_everywhere