[commit: ghc] wip/ttg-next: Add TTG to HsBinds (5593b36)

git at git.haskell.org git at git.haskell.org
Mon Apr 2 21:42:37 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/ttg-next
Link       : http://ghc.haskell.org/trac/ghc/changeset/5593b3692eee0dbcaaf277938d485531836efa11/ghc

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

commit 5593b3692eee0dbcaaf277938d485531836efa11
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Mon Apr 2 21:32:33 2018 +0200

    Add TTG to HsBinds


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

5593b3692eee0dbcaaf277938d485531836efa11
 compiler/deSugar/Coverage.hs                       |  1 +
 compiler/deSugar/DsBinds.hs                        |  1 +
 compiler/deSugar/DsMeta.hs                         | 12 +++---
 compiler/hsSyn/Convert.hs                          |  4 +-
 compiler/hsSyn/HsBinds.hs                          | 43 ++++++++++++++++++----
 compiler/hsSyn/HsExtension.hs                      | 24 +++++++++++-
 compiler/hsSyn/HsInstances.hs                      | 18 ++++-----
 compiler/hsSyn/HsUtils.hs                          | 20 +++++-----
 compiler/parser/Parser.y                           |  8 ++--
 compiler/parser/RdrHsSyn.hs                        | 11 ++++--
 compiler/rename/RnBinds.hs                         | 26 ++++++-------
 compiler/rename/RnSource.hs                        |  6 +--
 compiler/typecheck/TcBinds.hs                      | 34 ++++++++++-------
 compiler/typecheck/TcClassDcl.hs                   |  3 +-
 compiler/typecheck/TcHsSyn.hs                      | 22 +++++++----
 compiler/typecheck/TcInstDcls.hs                   | 11 ++++--
 compiler/typecheck/TcPatSyn.hs                     |  8 ++--
 compiler/typecheck/TcRnDriver.hs                   |  2 +-
 .../parser/should_compile/DumpParsedAst.stderr     |  2 +-
 .../parser/should_compile/DumpRenamedAst.stderr    |  4 +-
 .../should_compile/DumpTypecheckedAst.stderr       | 11 +++++-
 utils/ghctags/Main.hs                              |  3 +-
 utils/haddock                                      |  2 +-
 23 files changed, 178 insertions(+), 98 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 5593b3692eee0dbcaaf277938d485531836efa11


More information about the ghc-commits mailing list