[commit: ghc] master: Kill off the remaining Rec [] (8a9b57f)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 18:41:56 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8a9b57f6c16e712e8931d9ed6c7d863e27208242/ghc
>---------------------------------------------------------------
commit 8a9b57f6c16e712e8931d9ed6c7d863e27208242
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Feb 17 14:55:06 2017 +0000
Kill off the remaining Rec []
The desugarer was producing an empty Rec group, which is never
supposed to happen. This small patch stops that happening.
Next up: Lint should check.
>---------------------------------------------------------------
8a9b57f6c16e712e8931d9ed6c7d863e27208242
compiler/coreSyn/CoreSyn.hs | 9 +++-
compiler/deSugar/DsBinds.hs | 4 +-
testsuite/tests/callarity/unittest/CallArity1.hs | 60 ++++++++++++------------
3 files changed, 39 insertions(+), 34 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 8a9b57f6c16e712e8931d9ed6c7d863e27208242
More information about the ghc-commits
mailing list