[commit: ghc] wip/D2899: Generic and Generic1 instances for tuples (035605f)

git at git.haskell.org git at git.haskell.org
Wed Dec 28 15:14:44 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/D2899
Link       : http://ghc.haskell.org/trac/ghc/changeset/035605f29cf8f4d324ad7b080850a8d6b38f30cb/ghc

>---------------------------------------------------------------

commit 035605f29cf8f4d324ad7b080850a8d6b38f30cb
Author: Vladislav Zavialov <vlad.z.4096 at gmail.com>
Date:   Wed Dec 28 10:14:21 2016 -0500

    Generic and Generic1 instances for tuples
    
    Add lacking Generic and Generic1 instances for tuples of size up to
    62, which is the size limit for tuples in GHC.
    
    Reviewers: austin, hvr, bgamari
    
    Subscribers: RyanGlScott, thomie
    
    Differential Revision: https://phabricator.haskell.org/D2899


>---------------------------------------------------------------

035605f29cf8f4d324ad7b080850a8d6b38f30cb
 libraries/base/GHC/Generics.hs | 110 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 110 insertions(+)

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 035605f29cf8f4d324ad7b080850a8d6b38f30cb


More information about the ghc-commits mailing list