[commit: ghc] wip/rae: Fix #11974 by adding more smarts to TcDefaults. (cdfd3cc)
git at git.haskell.org
git at git.haskell.org
Thu Jun 23 13:48:33 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/cdfd3cca2408688bb8fde4927f5521b527665601/ghc
>---------------------------------------------------------------
commit cdfd3cca2408688bb8fde4927f5521b527665601
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Fri Apr 22 22:28:35 2016 -0400
Fix #11974 by adding more smarts to TcDefaults.
Test cases:
typecheck/should_compile/T11974
typecheck/should_fail/T11974b
>---------------------------------------------------------------
cdfd3cca2408688bb8fde4927f5521b527665601
compiler/prelude/PrelNames.hs | 12 +++++++
compiler/typecheck/TcDefaults.hs | 37 ++++++++++++----------
compiler/typecheck/TcSimplify.hs | 2 +-
testsuite/tests/typecheck/should_compile/T11974.hs | 5 +++
testsuite/tests/typecheck/should_compile/all.T | 1 +
testsuite/tests/typecheck/should_fail/T11974b.hs | 7 ++++
.../tests/typecheck/should_fail/T11974b.stderr | 15 +++++++++
testsuite/tests/typecheck/should_fail/all.T | 1 +
8 files changed, 62 insertions(+), 18 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 cdfd3cca2408688bb8fde4927f5521b527665601
More information about the ghc-commits
mailing list