[commit: ghc] wip/ttg-2017-10-13: Remove the last PostTc types from HsPat (4be2c2d)
git at git.haskell.org
git at git.haskell.org
Mon Oct 16 21:15:42 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ttg-2017-10-13
Link : http://ghc.haskell.org/trac/ghc/changeset/4be2c2dc5c97fff0826a96caa9a0cb27396f1789/ghc
>---------------------------------------------------------------
commit 4be2c2dc5c97fff0826a96caa9a0cb27396f1789
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Mon Oct 16 23:15:04 2017 +0200
Remove the last PostTc types from HsPat
>---------------------------------------------------------------
4be2c2dc5c97fff0826a96caa9a0cb27396f1789
compiler/deSugar/Check.hs | 6 ++---
compiler/deSugar/DsArrows.hs | 4 +--
compiler/deSugar/DsMeta.hs | 6 ++---
compiler/deSugar/Match.hs | 16 ++++++------
compiler/deSugar/MatchLit.hs | 8 +++---
compiler/hsSyn/Convert.hs | 2 +-
compiler/hsSyn/HsPat.hs | 59 +++++++++++++++++++-----------------------
compiler/hsSyn/HsUtils.hs | 10 +++----
compiler/parser/RdrHsSyn.hs | 2 +-
compiler/rename/RnExpr.hs | 2 +-
compiler/rename/RnPat.hs | 12 ++++-----
compiler/typecheck/TcHsSyn.hs | 18 ++++++-------
compiler/typecheck/TcPat.hs | 14 +++++-----
compiler/typecheck/TcPatSyn.hs | 8 +++---
utils/ghctags/Main.hs | 2 +-
15 files changed, 82 insertions(+), 87 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 4be2c2dc5c97fff0826a96caa9a0cb27396f1789
More information about the ghc-commits
mailing list