[commit: ghc] wip/T11224: More WIP; basically done now. (0f34a92)
git at git.haskell.org
git at git.haskell.org
Mon Dec 21 17:25:23 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T11224
Link : http://ghc.haskell.org/trac/ghc/changeset/0f34a921beaf90241060da6fad16a18d59730b61/ghc
>---------------------------------------------------------------
commit 0f34a921beaf90241060da6fad16a18d59730b61
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Dec 21 17:24:33 2015 +0000
More WIP; basically done now.
>---------------------------------------------------------------
0f34a921beaf90241060da6fad16a18d59730b61
compiler/parser/Parser.y | 21 +--
compiler/typecheck/Inst.hs | 4 +-
compiler/typecheck/TcBinds.hs | 75 +---------
compiler/typecheck/TcExpr.hs | 8 +-
compiler/typecheck/TcHsType.hs | 2 +-
compiler/typecheck/TcMType.hs | 55 ++++---
compiler/typecheck/TcPat.hs | 6 +-
compiler/typecheck/TcPatSyn.hs | 179 ++++++++++++++++++++++-
compiler/typecheck/TcPatSyn.hs-boot | 5 +-
compiler/typecheck/TcUnify.hs | 4 +-
testsuite/tests/patsyn/should_compile/T11224b.hs | 7 +-
testsuite/tests/patsyn/should_fail/T11010.stderr | 20 ++-
12 files changed, 243 insertions(+), 143 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 0f34a921beaf90241060da6fad16a18d59730b61
More information about the ghc-commits
mailing list