[commit: ghc] master: Typo (9b8e24a)
git at git.haskell.org
git at git.haskell.org
Wed Sep 17 09:34:09 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9b8e24afbd7dfdce8febb893c70f7650a314910b/ghc
>---------------------------------------------------------------
commit 9b8e24afbd7dfdce8febb893c70f7650a314910b
Author: Gabor Greif <ggreif at gmail.com>
Date: Tue Sep 16 06:56:31 2014 +0200
Typo
>---------------------------------------------------------------
9b8e24afbd7dfdce8febb893c70f7650a314910b
compiler/types/Type.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/types/Type.lhs b/compiler/types/Type.lhs
index ad9e8b5..6c59450 100644
--- a/compiler/types/Type.lhs
+++ b/compiler/types/Type.lhs
@@ -512,7 +512,7 @@ funArgTy ty = pprPanic "funArgTy" (ppr ty)
~~~~~~~~
\begin{code}
--- | A key function: builds a 'TyConApp' or 'FunTy' as apppropriate to
+-- | A key function: builds a 'TyConApp' or 'FunTy' as appropriate to
-- its arguments. Applies its arguments to the constructor from left to right.
mkTyConApp :: TyCon -> [Type] -> Type
mkTyConApp tycon tys
More information about the ghc-commits
mailing list