[commit: ghc] wip/exp-types: Compiles now. (5454ad6)
git at git.haskell.org
git at git.haskell.org
Mon Jan 18 20:44:26 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/exp-types
Link : http://ghc.haskell.org/trac/ghc/changeset/5454ad6b9ce9aade41aaf41d5d1bf42027196493/ghc
>---------------------------------------------------------------
commit 5454ad6b9ce9aade41aaf41d5d1bf42027196493
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Mon Jan 18 15:45:04 2016 -0500
Compiles now.
>---------------------------------------------------------------
5454ad6b9ce9aade41aaf41d5d1bf42027196493
compiler/deSugar/Check.hs | 9 +-
compiler/deSugar/DsArrows.hs | 2 +-
compiler/deSugar/Match.hs | 2 +-
compiler/deSugar/MatchLit.hs | 11 +--
compiler/hsSyn/HsPat.hs | 7 +-
compiler/hsSyn/HsUtils.hs | 4 +-
compiler/hsSyn/PlaceHolder.hs | 23 ++---
compiler/rename/RnPat.hs | 4 +-
compiler/typecheck/Inst.hs | 10 +--
compiler/typecheck/TcArrows.hs | 20 ++---
compiler/typecheck/TcBinds.hs | 4 +-
compiler/typecheck/TcErrors.hs | 71 ++++++++-------
compiler/typecheck/TcEvidence.hs | 6 --
compiler/typecheck/TcExpr.hs | 163 +++++++++++++++++------------------
compiler/typecheck/TcExpr.hs-boot | 23 +++--
compiler/typecheck/TcHsSyn.hs | 9 +-
compiler/typecheck/TcHsType.hs | 7 +-
compiler/typecheck/TcMType.hs | 41 +++------
compiler/typecheck/TcMatches.hs | 116 +++++++++++++------------
compiler/typecheck/TcMatches.hs-boot | 4 +-
compiler/typecheck/TcPat.hs | 43 +++++----
compiler/typecheck/TcPatSyn.hs | 18 ++--
compiler/typecheck/TcRnDriver.hs | 3 +-
compiler/typecheck/TcRnTypes.hs | 12 ++-
compiler/typecheck/TcSplice.hs | 20 +++--
compiler/typecheck/TcSplice.hs-boot | 8 +-
compiler/typecheck/TcType.hs | 62 ++++++++++++-
compiler/typecheck/TcUnify.hs | 138 +++++++++++++++++------------
compiler/typecheck/TcValidity.hs | 2 +-
compiler/utils/MonadUtils.hs | 2 +-
30 files changed, 476 insertions(+), 368 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 5454ad6b9ce9aade41aaf41d5d1bf42027196493
More information about the ghc-commits
mailing list