diff -r 49c04500c5f9 -r e957b2dd8983 src/HOL/Set.thy --- a/src/HOL/Set.thy Tue Oct 01 23:36:10 2024 +0200 +++ b/src/HOL/Set.thy Wed Oct 02 10:34:41 2024 +0200 @@ -39,18 +39,14 @@ text \Set comprehensions\ syntax - "_Coll" :: "pttrn \ bool \ 'a set" (\(\indent=1 notation=\mixfix Collect\\{_./ _})\) -syntax_consts - "_Coll" \ Collect + "_Coll" :: "pttrn \ bool \ 'a set" (\(\indent=1 notation=\mixfix set comprehension\\{_./ _})\) translations "{x. P}" \ "CONST Collect (\x. P)" syntax (ASCII) - "_Collect" :: "pttrn \ 'a set \ bool \ 'a set" (\(\indent=1 notation=\mixfix Collect\\{(_/: _)./ _})\) + "_Collect" :: "pttrn \ 'a set \ bool \ 'a set" (\(\indent=1 notation=\mixfix set comprehension\\{(_/: _)./ _})\) syntax - "_Collect" :: "pttrn \ 'a set \ bool \ 'a set" (\(\indent=1 notation=\mixfix Collect\\{(_/ \ _)./ _})\) -syntax_consts - "_Collect" \ Collect + "_Collect" :: "pttrn \ 'a set \ bool \ 'a set" (\(\indent=1 notation=\mixfix set comprehension\\{(_/ \ _)./ _})\) translations "{p:A. P}" \ "CONST Collect (\p. p \ A \ P)"