[GHC] #13206: Error in GHC.Generics documentation
GHC
ghc-devs at haskell.org
Mon Jan 30 05:30:09 UTC 2017
#13206: Error in GHC.Generics documentation
-------------------------------------+-------------------------------------
Reporter: dsf | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: libraries/base | Version: 8.0.1
Resolution: | Keywords: Generics
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by dsf):
It turns out its just this:
{{{
--- old 2017-01-29 21:28:30.598988361 -0800
+++ new 2017-01-29 21:28:46.650987621 -0800
@@ -2,7 +2,7 @@
type Rep (Tree a) =
D1 ('MetaData "Tree" "Main" "package-name" 'False)
(C1 ('MetaCons "Leaf" 'PrefixI 'False)
- (S1 '(MetaSel 'Nothing
+ (S1 ('MetaSel 'Nothing
'NoSourceUnpackedness
'NoSourceStrictness
'DecidedLazy)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13206#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list