golfing
This commit is contained in:
parent
63c79dceef
commit
06fa528408
1 changed files with 1 additions and 1 deletions
|
@ -31,5 +31,5 @@ instance Author (a -> a) where
|
||||||
instance Monad m => Author (a -> m a) where
|
instance Monad m => Author (a -> m a) where
|
||||||
authorJoeyHess = pure
|
authorJoeyHess = pure
|
||||||
{-# INLINE authorJoeyHess #-}
|
{-# INLINE authorJoeyHess #-}
|
||||||
authorJoeyHessCopyright year v = pure (authorJoeyHessCopyright year v)
|
authorJoeyHessCopyright year = pure . authorJoeyHessCopyright year
|
||||||
{-# INLINE authorJoeyHessCopyright #-}
|
{-# INLINE authorJoeyHessCopyright #-}
|
||||||
|
|
Loading…
Add table
Reference in a new issue