[GHC] #9453: The example for GHC Generics is kinda broken
GHC
ghc-devs at haskell.org
Mon Jul 24 15:55:17 UTC 2017
#9453: The example for GHC Generics is kinda broken
-------------------------------------+-------------------------------------
Reporter: Feuerbach | Owner: dreixel
Type: bug | Status: patch
Priority: normal | Milestone:
Component: Documentation | Version: 7.8.2
Resolution: | Keywords: Generics
Operating System: Unknown/Multiple | Architecture:
Type of failure: Documentation | Unknown/Multiple
bug | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D3782
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ryan Scott <ryan.gl.scott@…>):
In [changeset:"88f20bdb60fb9469fa8ae953f7c2509d1913fdf7/ghc" 88f20bd/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="88f20bdb60fb9469fa8ae953f7c2509d1913fdf7"
Add a caveat to the GHC.Generics examples about :+: nesting
Summary:
GHC's choice in how it nests `:+:` can sometimes affect the
implementaiton of `GHC.Generics`-related code, so we should make a note of
this in the examples we provide. Fixes #9453.
Test Plan: Read it, like it, build it, ship it
Reviewers: bgamari, austin, hvr
Reviewed By: bgamari
Subscribers: rwbarton, thomie
GHC Trac Issues: #9453
Differential Revision: https://phabricator.haskell.org/D3782
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9453#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list