[commit: ghc] master: Typo in comment in GHC.Generics (2a5eb83)
git at git.haskell.org
git at git.haskell.org
Fri Sep 19 11:30:45 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2a5eb838f7aac048d71436acd6e9d32f1d7490e8/ghc
>---------------------------------------------------------------
commit 2a5eb838f7aac048d71436acd6e9d32f1d7490e8
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Sep 9 12:58:25 2014 +0100
Typo in comment in GHC.Generics
Fixes Trac #9523
>---------------------------------------------------------------
2a5eb838f7aac048d71436acd6e9d32f1d7490e8
libraries/base/GHC/Generics.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/GHC/Generics.hs b/libraries/base/GHC/Generics.hs
index 1c81858..594b631 100644
--- a/libraries/base/GHC/Generics.hs
+++ b/libraries/base/GHC/Generics.hs
@@ -163,7 +163,7 @@ module GHC.Generics (
-- type 'D1' = 'M1' 'D'
-- @
--
--- The types 'S', 'C' and 'R' are once again type-level proxies, just used to create
+-- The types 'S', 'C' and 'D' are once again type-level proxies, just used to create
-- several variants of 'M1'.
-- *** Additional generic representation type constructors
More information about the ghc-commits
mailing list