diff -r 46f59511b7bb -r d97fdabd9e2b src/HOL/Algebra/Exact_Sequence.thy --- a/src/HOL/Algebra/Exact_Sequence.thy Fri Sep 20 19:07:10 2024 +0200 +++ b/src/HOL/Algebra/Exact_Sequence.thy Fri Sep 20 19:51:08 2024 +0200 @@ -22,7 +22,7 @@ abbreviation exact_seq_arrow :: "('a \ 'a) \ 'a monoid list \ ('a \ 'a) list \ 'a monoid \ 'a monoid list \ ('a \ 'a) list" - ("(3_ / \\ _)" [1000, 60]) + (\(3_ / \\ _)\ [1000, 60]) where "exact_seq_arrow f t G \ (G # (fst t), f # (snd t))"