[commit: packages/base] ghc-7.8: Fix typo in documentation of Data.Functor.($>) (56c5ea3)

git at git.haskell.org git at git.haskell.org
Tue Feb 25 11:04:59 UTC 2014


Repository : ssh://git@git.haskell.org/base

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/56c5ea388b24167591ab1e379b34795e29988b37/base

>---------------------------------------------------------------

commit 56c5ea388b24167591ab1e379b34795e29988b37
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>
    (cherry picked from commit 599130f79009c97974ddde4707365afa7b433805)


>---------------------------------------------------------------

56c5ea388b24167591ab1e379b34795e29988b37
 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