[commit: ghc] at-defaults: Move code from TcInstDcls to TcCyClsDecls to avoid module loop introduced with default associated type instances (676d24c)
Max Bolingbroke
batterseapower at hotmail.com
Tue Sep 6 11:14:29 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : at-defaults
http://hackage.haskell.org/trac/ghc/changeset/676d24cec37832a44d3f4d96d377945c169c3a8f
>---------------------------------------------------------------
commit 676d24cec37832a44d3f4d96d377945c169c3a8f
Author: Max Bolingbroke <batterseapower at hotmail.com>
Date: Tue Sep 6 09:41:27 2011 +0100
Move code from TcInstDcls to TcCyClsDecls to avoid module loop introduced with default associated type instances
compiler/typecheck/TcClassDcl.lhs | 2 +-
compiler/typecheck/TcInstDcls.lhs | 325 +------------------------------
compiler/typecheck/TcInstDcls.lhs-boot | 14 --
compiler/typecheck/TcTyClsDecls.lhs | 336 +++++++++++++++++++++++++++++++-
4 files changed, 336 insertions(+), 341 deletions(-)
Diff suppressed because of size. To see it, use:
git show 676d24cec37832a44d3f4d96d377945c169c3a8f
More information about the Cvs-ghc
mailing list