diff -r 713424d012fd -r 70076ba563d2 src/HOL/HOLCF/ConvexPD.thy --- a/src/HOL/HOLCF/ConvexPD.thy Wed Aug 28 20:46:45 2024 +0200 +++ b/src/HOL/HOLCF/ConvexPD.thy Wed Aug 28 22:54:45 2024 +0200 @@ -178,12 +178,13 @@ (infixl "\\" 65) where "xs \\ ys == convex_plus\xs\ys" +nonterminal convex_pd_args syntax - "_convex_pd" :: "args \ logic" ("{_}\") - + "" :: "logic \ convex_pd_args" ("_") + "_convex_pd_args" :: "logic \ convex_pd_args \ convex_pd_args" ("_,/ _") + "_convex_pd" :: "convex_pd_args \ logic" ("{_}\") syntax_consts - "_convex_pd" == convex_add - + "_convex_pd_args" "_convex_pd" == convex_add translations "{x,xs}\" == "{x}\ \\ {xs}\" "{x}\" == "CONST convex_unit\x"