[commit: ghc] master: Improve user’s guide around deriving (317aa96)
git at git.haskell.org
git at git.haskell.org
Tue Oct 17 21:42:37 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/317aa966b3d89e45227a5870feba339e34d77a18/ghc
>---------------------------------------------------------------
commit 317aa966b3d89e45227a5870feba339e34d77a18
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Oct 17 17:34:25 2017 -0400
Improve user’s guide around deriving
In particular:
* add an intro to “10.6. Extensions to the “deriving” mechanism” giving
an overview,
* make the various sections on `-XDerivingFoo` subsections of
“10.6.3. Deriving instances of extra classes (Data, etc.)”
* Move the reference anchors for the various `DerivingFoo` extensions
to a more appropriate spot.
* Add subsection “10.6.6.1. Default deriving strategy” to the
deriving section (#14357)
>---------------------------------------------------------------
317aa966b3d89e45227a5870feba339e34d77a18
docs/users_guide/glasgow_exts.rst | 185 ++++++++++++++++++++++++--------------
1 file changed, 120 insertions(+), 65 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 317aa966b3d89e45227a5870feba339e34d77a18
More information about the ghc-commits
mailing list