From: Joey Hess Date: Tue, 21 Nov 2023 01:33:09 +0000 (-0400) Subject: golfing X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~29^2~172 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=06fa5284081d8f85c3b3dcbbbe64248d25e62f6a;p=git-annex.git golfing --- diff --git a/Author.hs b/Author.hs index fd112da74a..e8479767d2 100644 --- a/Author.hs +++ b/Author.hs @@ -31,5 +31,5 @@ instance Author (a -> a) where instance Monad m => Author (a -> m a) where authorJoeyHess = pure {-# INLINE authorJoeyHess #-} - authorJoeyHessCopyright year v = pure (authorJoeyHessCopyright year v) + authorJoeyHessCopyright year = pure . authorJoeyHessCopyright year {-# INLINE authorJoeyHessCopyright #-}