[commit: ghc] wip/ttg-2017-10-13: More HsPat TTG in place (571f22e)
git at git.haskell.org
git at git.haskell.org
Mon Oct 16 21:15: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/571f22e96525b1ff8786367426d0f7a4f0e9b44f/ghc
>---------------------------------------------------------------
commit 571f22e96525b1ff8786367426d0f7a4f0e9b44f
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Mon Oct 16 17:32:00 2017 +0200
More HsPat TTG in place
>---------------------------------------------------------------
571f22e96525b1ff8786367426d0f7a4f0e9b44f
compiler/deSugar/Check.hs | 19 ++++----
compiler/deSugar/DsArrows.hs | 10 ++---
compiler/deSugar/DsMeta.hs | 14 +++---
compiler/deSugar/Match.hs | 27 ++++++------
compiler/deSugar/MatchLit.hs | 15 ++++---
compiler/hsSyn/Convert.hs | 6 +--
compiler/hsSyn/HsExtension.hs | 18 ++++----
compiler/hsSyn/HsPat.hs | 98 ++++++++++++++++++++++++++++--------------
compiler/hsSyn/HsUtils.hs | 40 ++++++++---------
compiler/parser/RdrHsSyn.hs | 8 ++--
compiler/rename/RnExpr.hs | 38 ++++++++--------
compiler/rename/RnPat.hs | 28 ++++++------
compiler/rename/RnSplice.hs | 5 ++-
compiler/typecheck/TcHsSyn.hs | 28 ++++++------
compiler/typecheck/TcPat.hs | 21 ++++-----
compiler/typecheck/TcPatSyn.hs | 40 ++++++++---------
utils/ghctags/Main.hs | 6 +--
17 files changed, 230 insertions(+), 191 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 571f22e96525b1ff8786367426d0f7a4f0e9b44f
More information about the ghc-commits
mailing list