[commit: ghc] wip/ttg-2017-10-13: Fully work TTG into ListPat (0593bcc)

git at git.haskell.org git at git.haskell.org
Mon Oct 16 09:18: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/0593bccece43d5fec2d260716cfa0f9fcaf943af/ghc

>---------------------------------------------------------------

commit 0593bccece43d5fec2d260716cfa0f9fcaf943af
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Mon Oct 16 11:17:46 2017 +0200

    Fully work TTG into ListPat
    
    There are now specific variants for each compiler pass


>---------------------------------------------------------------

0593bccece43d5fec2d260716cfa0f9fcaf943af
 compiler/deSugar/Check.hs      |  6 +++---
 compiler/deSugar/DsArrows.hs   |  2 +-
 compiler/deSugar/DsMeta.hs     |  8 ++++----
 compiler/deSugar/Match.hs      |  9 +++++----
 compiler/hsSyn/Convert.hs      |  3 +--
 compiler/hsSyn/HsPat.hs        | 24 +++++++++++++++---------
 compiler/hsSyn/HsUtils.hs      | 18 +++++++++---------
 compiler/parser/RdrHsSyn.hs    |  2 +-
 compiler/rename/RnPat.hs       | 10 ++++------
 compiler/typecheck/TcHsSyn.hs  | 12 ++++++------
 compiler/typecheck/TcPat.hs    |  9 +++++----
 compiler/typecheck/TcPatSyn.hs | 30 +++++++++++++++---------------
 utils/ghctags/Main.hs          |  2 +-
 13 files changed, 70 insertions(+), 65 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 0593bccece43d5fec2d260716cfa0f9fcaf943af


More information about the ghc-commits mailing list