diff -r 46f59511b7bb -r d97fdabd9e2b src/HOL/Isar_Examples/Group_Context.thy --- a/src/HOL/Isar_Examples/Group_Context.thy Fri Sep 20 19:07:10 2024 +0200 +++ b/src/HOL/Isar_Examples/Group_Context.thy Fri Sep 20 19:51:08 2024 +0200 @@ -11,7 +11,7 @@ text \hypothetical group axiomatization\ context - fixes prod :: "'a \ 'a \ 'a" (infixl "\" 70) + fixes prod :: "'a \ 'a \ 'a" (infixl \\\ 70) and one :: "'a" and inverse :: "'a \ 'a" assumes assoc: "(x \ y) \ z = x \ (y \ z)"