diff -r 46f59511b7bb -r d97fdabd9e2b src/HOL/Examples/Adhoc_Overloading_Examples.thy --- a/src/HOL/Examples/Adhoc_Overloading_Examples.thy Fri Sep 20 19:07:10 2024 +0200 +++ b/src/HOL/Examples/Adhoc_Overloading_Examples.thy Fri Sep 20 19:51:08 2024 +0200 @@ -176,7 +176,7 @@ this end we introduce a constant \PERMUTE\ together with convenient infix syntax.\ -consts PERMUTE :: "'a perm \ 'b \ 'b" (infixr "\" 75) +consts PERMUTE :: "'a perm \ 'b \ 'b" (infixr \\\ 75) text \Then we add a locale for types \<^typ>\'b\ that support appliciation of permutations.\