[commit: ghc] wip/rae: Fix #11811. (997b940)
git at git.haskell.org
git at git.haskell.org
Fri Apr 8 09:38:03 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/997b94035fda170734be7864dff49b4c6079f2ba/ghc
>---------------------------------------------------------------
commit 997b94035fda170734be7864dff49b4c6079f2ba
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Thu Apr 7 16:44:06 2016 +0200
Fix #11811.
Previously, I had forgotten to omit variables already in scope
from the TypeInType CUSK check. Simple enough to fix.
Test case: typecheck/should_compile/T11811
>---------------------------------------------------------------
997b94035fda170734be7864dff49b4c6079f2ba
compiler/hsSyn/HsDecls.hs | 2 ++
compiler/rename/RnSource.hs | 37 +++++++++++-----------
compiler/rename/RnTypes.hs | 29 ++++++++++-------
testsuite/tests/typecheck/should_compile/T11811.hs | 8 +++++
testsuite/tests/typecheck/should_compile/all.T | 1 +
5 files changed, 46 insertions(+), 31 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 997b94035fda170734be7864dff49b4c6079f2ba
More information about the ghc-commits
mailing list