[commit: ghc] master: Fix typo [skip ci] (#10605) (3fabb71)
git at git.haskell.org
git at git.haskell.org
Sun Jul 5 10:37:38 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3fabb71a559b493efdfb5bb91907f6a0f696a114/ghc
>---------------------------------------------------------------
commit 3fabb71a559b493efdfb5bb91907f6a0f696a114
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Sun Jul 5 12:37:33 2015 +0200
Fix typo [skip ci] (#10605)
>---------------------------------------------------------------
3fabb71a559b493efdfb5bb91907f6a0f696a114
libraries/base/Data/Traversable.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/Data/Traversable.hs b/libraries/base/Data/Traversable.hs
index cc72392..1d3ef93 100644
--- a/libraries/base/Data/Traversable.hs
+++ b/libraries/base/Data/Traversable.hs
@@ -104,7 +104,7 @@ import qualified GHC.List as List ( foldr )
-- > instance Functor Identity where
-- > fmap f (Identity x) = Identity (f x)
-- >
--- > instance Applicative Indentity where
+-- > instance Applicative Identity where
-- > pure x = Identity x
-- > Identity f <*> Identity x = Identity (f x)
-- >
More information about the ghc-commits
mailing list