diff -r ff2a637a449e -r fc5066122e68 src/HOL/Prolog/Test.thy --- a/src/HOL/Prolog/Test.thy Fri Oct 18 11:44:05 2024 +0200 +++ b/src/HOL/Prolog/Test.thy Fri Oct 18 14:20:09 2024 +0200 @@ -20,6 +20,8 @@ syntax "_list" :: "args => 'a list" (\(\indent=1 notation=\mixfix list enumeration\\[_])\) +syntax_consts + "_list" \ Cons translations "[x, xs]" == "x#[xs]" "[x]" == "x#[]"