[commit: ghc] wip/ttg-2017-10-13: Get rid of PostTc type in TuplePat (345366e)
git at git.haskell.org
git at git.haskell.org
Mon Oct 16 09:18:39 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ttg-2017-10-13
Link : http://ghc.haskell.org/trac/ghc/changeset/345366ea8d6435fcc993b1fb8fbf7b6a1060ea15/ghc
>---------------------------------------------------------------
commit 345366ea8d6435fcc993b1fb8fbf7b6a1060ea15
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Sun Oct 15 23:34:42 2017 +0200
Get rid of PostTc type in TuplePat
>---------------------------------------------------------------
345366ea8d6435fcc993b1fb8fbf7b6a1060ea15
compiler/deSugar/Check.hs | 2 +-
compiler/deSugar/DsArrows.hs | 2 +-
compiler/deSugar/DsMeta.hs | 2 +-
compiler/deSugar/DsUtils.hs | 8 ++---
compiler/deSugar/Match.hs | 2 +-
compiler/hsSyn/Convert.hs | 4 +--
compiler/hsSyn/HsPat.hs | 82 +++++++++++++++++++++---------------------
compiler/hsSyn/HsUtils.hs | 24 ++++++-------
compiler/hsSyn/PlaceHolder.hs | 14 +++++---
compiler/parser/RdrHsSyn.hs | 2 +-
compiler/rename/RnPat.hs | 4 +--
compiler/typecheck/TcHsSyn.hs | 6 ++--
compiler/typecheck/TcPat.hs | 4 +--
compiler/typecheck/TcPatSyn.hs | 6 ++--
utils/ghctags/Main.hs | 2 +-
15 files changed, 84 insertions(+), 80 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 345366ea8d6435fcc993b1fb8fbf7b6a1060ea15
More information about the ghc-commits
mailing list