[commit: ghc] wip/exp-types: Finish tcSyntaxOp. Still more to go, though. (a8ec027)
git at git.haskell.org
git at git.haskell.org
Mon Jan 18 20:44:18 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/exp-types
Link : http://ghc.haskell.org/trac/ghc/changeset/a8ec02788b77d46cbb7529abd7224dc03c3b08c5/ghc
>---------------------------------------------------------------
commit a8ec02788b77d46cbb7529abd7224dc03c3b08c5
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Sat Jan 16 14:02:07 2016 -0500
Finish tcSyntaxOp. Still more to go, though.
>---------------------------------------------------------------
a8ec02788b77d46cbb7529abd7224dc03c3b08c5
compiler/ghci/RtClosureInspect.hs | 4 -
compiler/hsSyn/HsPat.hs | 3 +-
compiler/typecheck/Inst.hs | 57 ++-------
compiler/typecheck/TcExpr.hs | 259 +++++++++++++++++++++++---------------
compiler/typecheck/TcMType.hs | 11 +-
compiler/typecheck/TcMatches.hs | 63 ++++++----
compiler/typecheck/TcPat.hs | 133 ++++++++++++++------
compiler/typecheck/TcUnify.hs | 18 ++-
compiler/utils/MonadUtils.hs | 7 +-
9 files changed, 334 insertions(+), 221 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 a8ec02788b77d46cbb7529abd7224dc03c3b08c5
More information about the ghc-commits
mailing list