<&> docs fix (#88)
`@<&>@` appears as `&` on the page, which seems wrong
This commit is contained in:
committed by
Stephen Diehl
parent
8a8eb8c728
commit
ace10b648c
@@ -53,7 +53,7 @@ foreach = flip fmap
|
||||
#if !MIN_VERSION_base(4,11,0)
|
||||
-- | Infix version of foreach.
|
||||
--
|
||||
-- @<&>@ is to '<$>' what '&' is to '$'.
|
||||
-- '<&>' is to '<$>' what '&' is to '$'.
|
||||
|
||||
infixl 1 <&>
|
||||
(<&>) :: Functor f => f a -> (a -> b) -> f b
|
||||
|
||||
Reference in New Issue
Block a user