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

On branch  : ghc-axioms

http://hackage.haskell.org/trac/ghc/changeset/92a5889fbd718843362153bd163670243d6f310f

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

commit 92a5889fbd718843362153bd163670243d6f310f
Author: Simon Peyton Jones <[email protected]>
Date:   Tue Jan 3 08:49:27 2012 +0000

    Small refactorings
     - Define mkAxInstRHS and use it
     - Rename Instance to ClsInst

 compiler/basicTypes/MkId.lhs                 |    2 +-
 compiler/basicTypes/Var.lhs                  |   10 ++-
 compiler/iface/IfaceSyn.lhs                  |   15 ++--
 compiler/iface/LoadIface.lhs                 |    4 +-
 compiler/iface/TcIface.lhs                   |   18 ++--
 compiler/main/HscTypes.lhs                   |   41 +++++++---
 compiler/typecheck/TcInteract.lhs            |   11 +--
 compiler/types/Coercion.lhs                  |   29 +++++--
 compiler/types/FamInstEnv.lhs                |   89 +++++++++-----------
 compiler/types/TyCon.lhs                     |  112 +++++++++----------------
 compiler/vectorise/Vectorise/Utils/Base.hs   |    1 -
 compiler/vectorise/Vectorise/Utils/PADict.hs |    6 +-
 ghc/InteractiveUI.hs                         |    4 +-
 13 files changed, 167 insertions(+), 175 deletions(-)


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

    git show 92a5889fbd718843362153bd163670243d6f310f

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

Reply via email to