[commit: ghc] master: Introduce and use mkLetRec, mkLetNonRec (1217df4)

git at git.haskell.org git at git.haskell.org
Tue Mar 14 14:43:54 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1217df489dee61b6921582d76df1cbf89f361007/ghc

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

commit 1217df489dee61b6921582d76df1cbf89f361007
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Mon Mar 13 19:46:38 2017 -0400

    Introduce and use mkLetRec, mkLetNonRec
    
    Test Plan: Validate
    
    Reviewers: austin
    
    Subscribers: rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D3303


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

1217df489dee61b6921582d76df1cbf89f361007
 compiler/coreSyn/CoreSyn.hs                      | 12 ++++-
 compiler/deSugar/DsBinds.hs                      |  3 +-
 testsuite/tests/callarity/unittest/CallArity1.hs | 61 +++++++++++-------------
 3 files changed, 41 insertions(+), 35 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 1217df489dee61b6921582d76df1cbf89f361007


More information about the ghc-commits mailing list