[commit: ghc] wip/rae-new-coercible: Stage 1 compiles (3652635)
git at git.haskell.org
git at git.haskell.org
Tue Dec 2 20:43:41 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae-new-coercible
Link : http://ghc.haskell.org/trac/ghc/changeset/3652635119ff52ad2c4511df8b456978d5cafea2/ghc
>---------------------------------------------------------------
commit 3652635119ff52ad2c4511df8b456978d5cafea2
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Tue Nov 25 21:44:42 2014 -0500
Stage 1 compiles
>---------------------------------------------------------------
3652635119ff52ad2c4511df8b456978d5cafea2
compiler/typecheck/FamInst.lhs | 7 +--
compiler/typecheck/FunDeps.lhs | 6 +-
compiler/typecheck/TcCanonical.lhs | 35 +++++++-----
compiler/typecheck/TcErrors.lhs | 113 +++++++++++++++----------------------
compiler/typecheck/TcEvidence.lhs | 12 ++--
compiler/typecheck/TcFlatten.lhs | 65 ++++++++++-----------
compiler/typecheck/TcInteract.lhs | 63 ++++++++++++---------
compiler/typecheck/TcMType.lhs | 2 +-
compiler/typecheck/TcRnTypes.lhs | 26 ++++-----
compiler/typecheck/TcSMonad.lhs | 24 +++++---
compiler/typecheck/TcSimplify.lhs | 19 ++++---
compiler/typecheck/TcValidity.lhs | 9 +--
compiler/types/Coercion.hs | 16 ++++--
compiler/types/Type.hs | 2 +
compiler/utils/MonadUtils.hs | 9 ++-
15 files changed, 209 insertions(+), 199 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 3652635119ff52ad2c4511df8b456978d5cafea2
More information about the ghc-commits
mailing list