Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : fix#5464
http://hackage.haskell.org/trac/ghc/changeset/7bde01d32b8ef761bdf07c3339d7e496574d9905 >--------------------------------------------------------------- commit 7bde01d32b8ef761bdf07c3339d7e496574d9905 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 | 268 +++++++++++++++--------------------- compiler/typecheck/TcGenDeriv.lhs | 187 +++++++++++++++----------- compiler/typecheck/TcInstDcls.lhs | 12 +- compiler/types/Generics.lhs | 16 ++- 4 files changed, 238 insertions(+), 245 deletions(-) Diff suppressed because of size. To see it, use: git show 7bde01d32b8ef761bdf07c3339d7e496574d9905 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
