[commit: ghc] master: Fix typo in comment (0eb8934)
git at git.haskell.org
git at git.haskell.org
Thu Oct 27 07:33:19 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0eb893444cd6893e77dbfc5f6828827e02e5e55a/ghc
>---------------------------------------------------------------
commit 0eb893444cd6893e77dbfc5f6828827e02e5e55a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Oct 27 08:33:06 2016 +0100
Fix typo in comment
>---------------------------------------------------------------
0eb893444cd6893e77dbfc5f6828827e02e5e55a
compiler/types/Kind.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/types/Kind.hs b/compiler/types/Kind.hs
index 01a62e2..c31169e 100644
--- a/compiler/types/Kind.hs
+++ b/compiler/types/Kind.hs
@@ -140,7 +140,7 @@ Trac #12708):
x1 :: T LiftedPtrRep Int
x1 = MkT LiftedPtrRep Int (\x::Int -> 3)
- x2 :: T IntRep INt#
+ x2 :: T IntRep Int#
x2 = MkT IntRep Int# (\x:Int# -> 3)
Note that the lambdas are just fine!
More information about the ghc-commits
mailing list