[commit: ghc] wip/T8503: Large refactor: Move CtLoc field from Ct to CtEvidence (addf271)

git at git.haskell.org git at git.haskell.org
Fri Nov 22 13:50:30 UTC 2013


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

On branch  : wip/T8503
Link       : http://ghc.haskell.org/trac/ghc/changeset/addf2713b1842753d2a428c432560c5146b210da/ghc

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

commit addf2713b1842753d2a428c432560c5146b210da
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Nov 21 16:40:42 2013 +0000

    Large refactor: Move CtLoc field from Ct to CtEvidence


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

addf2713b1842753d2a428c432560c5146b210da
 compiler/typecheck/Inst.lhs        |    6 +-
 compiler/typecheck/TcCanonical.lhs |  311 +++++++++++++++++-------------------
 compiler/typecheck/TcErrors.lhs    |   39 ++---
 compiler/typecheck/TcExpr.lhs      |    2 +-
 compiler/typecheck/TcInteract.lhs  |  142 ++++++++--------
 compiler/typecheck/TcMType.lhs     |    8 +-
 compiler/typecheck/TcRnTypes.lhs   |   33 ++--
 compiler/typecheck/TcSMonad.lhs    |   69 ++++----
 compiler/typecheck/TcUnify.lhs     |    7 +-
 9 files changed, 301 insertions(+), 316 deletions(-)

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 addf2713b1842753d2a428c432560c5146b210da


More information about the ghc-commits mailing list