[commit: ghc] wip/gadtpm: PM Check: Syntactic part (5822046)
git at git.haskell.org
git at git.haskell.org
Thu Jan 8 11:56:01 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/gadtpm
Link : http://ghc.haskell.org/trac/ghc/changeset/58220463d0a8c56f314ba4bacb0f9f8ab15d5804/ghc
>---------------------------------------------------------------
commit 58220463d0a8c56f314ba4bacb0f9f8ab15d5804
Author: George Karachalias <george.karachalias at gmail.com>
Date: Thu Jan 8 12:48:06 2015 +0100
PM Check: Syntactic part
>---------------------------------------------------------------
58220463d0a8c56f314ba4bacb0f9f8ab15d5804
compiler/deSugar/Check.hs | 1236 ++++++++++++++++++---------------------
compiler/deSugar/DsExpr.hs | 2 +-
compiler/deSugar/DsMonad.hs | 24 +-
compiler/deSugar/Match.hs | 214 ++++---
compiler/deSugar/MatchLit.hs | 61 ++
compiler/hsSyn/HsLit.hs | 22 +
compiler/hsSyn/HsPat.hs | 35 ++
compiler/typecheck/TcMType.hs | 21 +
compiler/typecheck/TcRnTypes.hs | 3 +-
9 files changed, 818 insertions(+), 800 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 58220463d0a8c56f314ba4bacb0f9f8ab15d5804
More information about the ghc-commits
mailing list