[commit: ghc] master: docs: overhaul Derive{Functor, Foldable, Traversable} notes (e5bfd70)
git at git.haskell.org
git at git.haskell.org
Tue Oct 13 05:56:37 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e5bfd704a6391e74f3797d78d19c4e4877f512da/ghc
>---------------------------------------------------------------
commit e5bfd704a6391e74f3797d78d19c4e4877f512da
Author: RyanGlScott <ryan.gl.scott at gmail.com>
Date: Tue Oct 13 00:58:13 2015 -0500
docs: overhaul Derive{Functor,Foldable,Traversable} notes
The previous users' guide documentation was too implementation-oriented. This
attempts to make it more accessible to those who aren't familiar with how
`-XDeriveFunctor` and friends work (and more importantly, what will not work
when using them).
Fixes #10831.
Reviewed By: austin
Differential Revision: https://phabricator.haskell.org/D1293
GHC Trac Issues: #10831
>---------------------------------------------------------------
e5bfd704a6391e74f3797d78d19c4e4877f512da
docs/users_guide/glasgow_exts.rst | 343 +++++++++++++++++++++++---------------
1 file changed, 207 insertions(+), 136 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 e5bfd704a6391e74f3797d78d19c4e4877f512da
More information about the ghc-commits
mailing list