diff -r ff2a637a449e -r fc5066122e68 src/HOL/Quotient_Examples/Lift_FSet.thy --- a/src/HOL/Quotient_Examples/Lift_FSet.thy Fri Oct 18 11:44:05 2024 +0200 +++ b/src/HOL/Quotient_Examples/Lift_FSet.thy Fri Oct 18 14:20:09 2024 +0200 @@ -97,6 +97,8 @@ syntax "_fset" :: "args => 'a fset" (\(\indent=2 notation=\mixfix finite set enumeration\\{|_|})\) +syntax_consts + "_fset" == fcons translations "{|x, xs|}" == "CONST fcons x {|xs|}" "{|x|}" == "CONST fcons x {||}"