Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : fix#5464

http://hackage.haskell.org/trac/ghc/changeset/c93690df31d295842e810ef1e92ae725d840f2ac

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

commit c93690df31d295842e810ef1e92ae725d840f2ac
Author: Jose Pedro Magalhaes <[email protected]>
Date:   Thu Sep 8 08:07:14 2011 +0200

    Fix #5464: Change the way the extra bindings for the generic
    representation are generated.
    
    This is an initial commit; things seem to work but some
    clean up is still necessary (renaming functions, adding
    comments, etc.)

 compiler/typecheck/TcDeriv.lhs    |  263 ++++++++++++++++---------------------
 compiler/typecheck/TcGenDeriv.lhs |  188 +++++++++++++++-----------
 compiler/typecheck/TcInstDcls.lhs |   12 +-
 compiler/types/Generics.lhs       |   16 ++-
 4 files changed, 238 insertions(+), 241 deletions(-)


Diff suppressed because of size. To see it, use:

    git show c93690df31d295842e810ef1e92ae725d840f2ac

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to