<&> docs fix (#88)

`@<&>@`  appears as `&` on the page, which seems wrong
This commit is contained in:
David Hewson
2018-06-10 09:20:15 +01:00
committed by Stephen Diehl
parent 8a8eb8c728
commit ace10b648c
+1 -1
View File
@@ -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