diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-09-09 12:58:25 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-09-19 11:41:13 +0100 |
commit | 2a5eb838f7aac048d71436acd6e9d32f1d7490e8 (patch) | |
tree | 32c382cd7c0856260e3f922f575c4985941f68f6 /libraries | |
parent | 48f17f156c3bb608603575ade2788140fadab192 (diff) | |
download | haskell-2a5eb838f7aac048d71436acd6e9d32f1d7490e8.tar.gz |
Typo in comment in GHC.Generics
Fixes Trac #9523
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/GHC/Generics.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Generics.hs b/libraries/base/GHC/Generics.hs index 1c818588bb..594b631cfc 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 |