[commit: ghc] wip/rae-new-coercible: Flat constraint --> Simple constraint (418806d)
git at git.haskell.org
git at git.haskell.org
Thu Dec 11 03:20:38 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae-new-coercible
Link : http://ghc.haskell.org/trac/ghc/changeset/418806d0247bdf4c62bff5d7fc6f4028be9e51a3/ghc
>---------------------------------------------------------------
commit 418806d0247bdf4c62bff5d7fc6f4028be9e51a3
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Wed Dec 10 16:58:09 2014 -0500
Flat constraint --> Simple constraint
>---------------------------------------------------------------
418806d0247bdf4c62bff5d7fc6f4028be9e51a3
compiler/typecheck/Inst.hs | 6 +--
compiler/typecheck/TcCanonical.hs | 2 +-
compiler/typecheck/TcDeriv.hs | 8 +--
compiler/typecheck/TcErrors.hs | 30 +++++------
compiler/typecheck/TcInteract.hs | 50 +++++++++----------
compiler/typecheck/TcMType.hs | 28 +++++------
compiler/typecheck/TcRnMonad.hs | 12 ++---
compiler/typecheck/TcRnTypes.hs | 42 ++++++++--------
compiler/typecheck/TcSMonad.hs | 20 ++++----
compiler/typecheck/TcSimplify.hs | 102 +++++++++++++++++++-------------------
compiler/typecheck/TcType.hs | 2 +-
compiler/typecheck/TcUnify.hs | 2 +-
12 files changed, 152 insertions(+), 152 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 418806d0247bdf4c62bff5d7fc6f4028be9e51a3
More information about the ghc-commits
mailing list