[commit: ghc] master: Revert "Treat banged bindings as FunBinds" (3032ae8)

git at git.haskell.org git at git.haskell.org
Fri May 12 22:31:15 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3032ae81dd14c2eaefa9ecd8880dafa9bda104d9/ghc

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

commit 3032ae81dd14c2eaefa9ecd8880dafa9bda104d9
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri May 12 16:59:33 2017 -0400

    Revert "Treat banged bindings as FunBinds"
    
    This partially reverts commit 372995364c52eef15066132d7d1ea8b6760034e6 as it
    doesn't actually fix #13594. Namely it does not revert the mkPrefixFunRhs
    refactoring since this is rather independent from the functional changes.
    
    Going to try again with a whole working patch


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

3032ae81dd14c2eaefa9ecd8880dafa9bda104d9
 compiler/deSugar/Check.hs                          |  6 ++--
 compiler/hsSyn/HsBinds.hs                          | 40 ++--------------------
 compiler/hsSyn/HsExpr.hs                           | 26 +++++---------
 compiler/hsSyn/HsUtils.hs                          |  4 +--
 compiler/parser/Parser.y                           | 34 +++++++-----------
 compiler/parser/RdrHsSyn.hs                        | 16 ++++-----
 compiler/rename/RnBinds.hs                         |  4 +--
 .../parser/should_compile/DumpParsedAst.stderr     |  3 +-
 .../parser/should_compile/DumpRenamedAst.stderr    |  3 +-
 .../should_compile/DumpTypecheckedAst.stderr       |  3 +-
 10 files changed, 40 insertions(+), 99 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 3032ae81dd14c2eaefa9ecd8880dafa9bda104d9


More information about the ghc-commits mailing list