[commit: ghc] wip/T8503: Large refactor: Move CtLoc field from Ct to CtEvidence (2b2c4ba)
git at git.haskell.org
git at git.haskell.org
Thu Nov 21 16:55:32 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T8503
Link : http://ghc.haskell.org/trac/ghc/changeset/2b2c4ba8dcee1e4601437bbf84e03d922d94bca3/ghc
>---------------------------------------------------------------
commit 2b2c4ba8dcee1e4601437bbf84e03d922d94bca3
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
>---------------------------------------------------------------
2b2c4ba8dcee1e4601437bbf84e03d922d94bca3
compiler/typecheck/Inst.lhs | 6 +-
compiler/typecheck/TcCanonical.lhs | 309 +++++++++++++++++-------------------
compiler/typecheck/TcErrors.lhs | 33 ++--
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, 297 insertions(+), 312 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 2b2c4ba8dcee1e4601437bbf84e03d922d94bca3
More information about the ghc-commits
mailing list