[GHC] #13175: Documenting what can be derived 'out of the box' by GHC's "deriving"
GHC
ghc-devs at haskell.org
Tue Jan 24 18:19:48 UTC 2017
#13175: Documenting what can be derived 'out of the box' by GHC's "deriving"
-------------------------------------+-------------------------------------
Reporter: carette | Owner:
Type: task | Status: new
Priority: normal | Milestone:
Component: Documentation | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Documentation | Unknown/Multiple
bug | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by RyanGlScott):
That sounds agreeable to me!
Do you want to take a crack at fixing the users' guide? The relevant part
of the codebase that you'd have to change is here:
http://git.haskell.org/ghc.git/blob/9fd87ef8a16fbbce35205ae63d75d239bb575ccc:/docs/users_guide/glasgow_exts.rst#l3192
And if you want to preview what your changes look like, you can either
build just the docs (see
[https://ghc.haskell.org/trac/ghc/wiki/Building/Docs#UsersGuide these
instructions]), or you can fork GHC on GitHub and view a rendered version
of `docs/users_guide/glasgow_exts.rst` directly (for example, see
[https://github.com/ghc/ghc/blob/master/docs/users_guide/glasgow_exts.rst
this]).
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13175#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list