[commit: ghc] master: Make IfaceAxiom typechecking lazier. (fdb6a5b)
git at git.haskell.org
git at git.haskell.org
Thu Jul 20 16:05:07 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/fdb6a5bfd545094782fb539951b561ac2467443d/ghc
>---------------------------------------------------------------
commit fdb6a5bfd545094782fb539951b561ac2467443d
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Thu Jul 20 11:30:46 2017 -0400
Make IfaceAxiom typechecking lazier.
Fixes #13803, but adds a note about a yet to be fixed #13981.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
Test Plan: validate
Reviewers: bgamari, austin
Reviewed By: bgamari
Subscribers: simonpj, rwbarton, thomie
GHC Trac Issues: #13803
Differential Revision: https://phabricator.haskell.org/D3742
>---------------------------------------------------------------
fdb6a5bfd545094782fb539951b561ac2467443d
compiler/iface/TcIface.hs | 9 ++-
compiler/typecheck/FamInst.hs | 69 ++++++++++++++++++----
testsuite/tests/driver/T13803/D.hs | 5 ++
testsuite/tests/driver/T13803/E.hs | 11 ++++
testsuite/tests/driver/T13803/E.hs-boot | 1 +
.../tests/{cabal/pkg02 => driver/T13803}/Makefile | 2 +
testsuite/tests/driver/T13803/T13803.stdout | 5 ++
testsuite/tests/driver/T13803/Y.hs | 6 ++
testsuite/tests/driver/T13803/Y.hs-boot | 3 +
testsuite/tests/driver/T13803/all.T | 4 ++
10 files changed, 103 insertions(+), 12 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 fdb6a5bfd545094782fb539951b561ac2467443d
More information about the ghc-commits
mailing list