[commit: packages/ghc-prim] master: Comment typo (64c5714)
git at git.haskell.org
git at git.haskell.org
Thu Jan 30 16:14:27 UTC 2014
Repository : ssh://git@git.haskell.org/ghc-prim
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/64c571472b96c0e82c9aaac2abfef5c292471dc2/ghc-prim
>---------------------------------------------------------------
commit 64c571472b96c0e82c9aaac2abfef5c292471dc2
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Jan 30 16:15:36 2014 +0000
Comment typo
>---------------------------------------------------------------
64c571472b96c0e82c9aaac2abfef5c292471dc2
GHC/Types.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GHC/Types.hs b/GHC/Types.hs
index 5ef6897..b4dbb9f 100644
--- a/GHC/Types.hs
+++ b/GHC/Types.hs
@@ -89,7 +89,7 @@ data (~) a b = Eq# ((~#) a b)
-- | A data constructor used to box up unlifted representational equalities.
--
--- The type constructor is special as GHC pretends the field of EqR# has type
+-- The type constructor is special as GHC pretends the field of MkCoercible has type
-- (a ~R# b), which is not representable in Haskell, and turns it into a class.
data Coercible a b = MkCoercible ((~#) a b)
More information about the ghc-commits
mailing list