[commit: ghc] master: Large refactor: Move CtLoc field from Ct to CtEvidence (e9e413e)
git at git.haskell.org
git at git.haskell.org
Fri Nov 22 18:29:09 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e9e413ecbcc9676d12f7de6e461ab17e56a8ced5/ghc
>---------------------------------------------------------------
commit e9e413ecbcc9676d12f7de6e461ab17e56a8ced5
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
>---------------------------------------------------------------
e9e413ecbcc9676d12f7de6e461ab17e56a8ced5
compiler/typecheck/Inst.lhs | 6 +-
compiler/typecheck/TcCanonical.lhs | 313 +++++++++++++++++-------------------
compiler/typecheck/TcErrors.lhs | 39 ++---
compiler/typecheck/TcExpr.lhs | 2 +-
compiler/typecheck/TcInteract.lhs | 143 ++++++++--------
compiler/typecheck/TcMType.lhs | 8 +-
compiler/typecheck/TcRnTypes.lhs | 33 ++--
compiler/typecheck/TcSMonad.lhs | 69 ++++----
compiler/typecheck/TcUnify.lhs | 7 +-
9 files changed, 303 insertions(+), 317 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 e9e413ecbcc9676d12f7de6e461ab17e56a8ced5
More information about the ghc-commits
mailing list