[commit: ghc] master: base: Fix haddock typo (eb6b709)
git at git.haskell.org
git at git.haskell.org
Tue Mar 29 16:57:35 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/eb6b7094c80fda5cc7c1d1ed3386486996f24bff/ghc
>---------------------------------------------------------------
commit eb6b7094c80fda5cc7c1d1ed3386486996f24bff
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Mar 29 18:59:57 2016 +0200
base: Fix haddock typo
>---------------------------------------------------------------
eb6b7094c80fda5cc7c1d1ed3386486996f24bff
libraries/base/Data/Typeable/Internal.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/Data/Typeable/Internal.hs b/libraries/base/Data/Typeable/Internal.hs
index 87e5c88..dfc089f 100644
--- a/libraries/base/Data/Typeable/Internal.hs
+++ b/libraries/base/Data/Typeable/Internal.hs
@@ -224,7 +224,7 @@ mkFunTy :: TypeRep -> TypeRep -> TypeRep
mkFunTy f a = mkTyConApp tcFun [f,a]
-- | Splits a type constructor application.
--- Note that if the type construcotr is polymorphic, this will
+-- Note that if the type constructor is polymorphic, this will
-- not return the kinds that were used.
-- See 'splitPolyTyConApp' if you need all parts.
splitTyConApp :: TypeRep -> (TyCon,[TypeRep])
More information about the ghc-commits
mailing list