[commit: packages/base] master: Fix typo in documentation of Data.Functor.($>) (599130f)
git at git.haskell.org
git at git.haskell.org
Fri Feb 21 09:44:34 UTC 2014
Repository : ssh://git@git.haskell.org/base
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/599130f79009c97974ddde4707365afa7b433805/base
>---------------------------------------------------------------
commit 599130f79009c97974ddde4707365afa7b433805
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Feb 16 21:57:39 2014 +0100
Fix typo in documentation of Data.Functor.($>)
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
599130f79009c97974ddde4707365afa7b433805
Data/Functor.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Data/Functor.hs b/Data/Functor.hs
index fdf7c4b..1869b16 100644
--- a/Data/Functor.hs
+++ b/Data/Functor.hs
@@ -33,7 +33,7 @@ infixl 4 <$>
infixl 4 $>
--- | Flipped version of '$>'.
+-- | Flipped version of '<$'.
--
-- /Since: 4.7.0.0/
($>) :: Functor f => f a -> b -> f b
More information about the ghc-commits
mailing list