diff -r 46f59511b7bb -r d97fdabd9e2b src/HOL/Auth/NS_Shared.thy --- a/src/HOL/Auth/NS_Shared.thy Fri Sep 20 19:07:10 2024 +0200 +++ b/src/HOL/Auth/NS_Shared.thy Fri Sep 20 19:51:08 2024 +0200 @@ -17,7 +17,7 @@ (* A is the true creator of X if she has sent X and X never appeared on the trace before this event. Recall that traces grow from head. *) Issues :: "[agent, agent, msg, event list] \ bool" - ("_ Issues _ with _ on _") where + (\_ Issues _ with _ on _\) where "A Issues B with X on evs = (\Y. Says A B Y \ set evs \ X \ parts {Y} \ X \ parts (spies (takeWhile (\z. z \ Says A B Y) (rev evs))))"