[commit: ghc] wip/T16227, wip/T16258, wip/T16265, wip/exp-cmd-frame, wip/ppr-cmd-space: Reject oversaturated VKAs in type family equations (f0cd728)
git at git.haskell.org
git at git.haskell.org
Sun Feb 3 11:25:30 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branches: wip/T16227,wip/T16258,wip/T16265,wip/exp-cmd-frame,wip/ppr-cmd-space
Link : http://ghc.haskell.org/trac/ghc/changeset/f0cd728fde9bb582930a616cff8d0c5a178c5e14/ghc
>---------------------------------------------------------------
commit f0cd728fde9bb582930a616cff8d0c5a178c5e14
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Fri Feb 1 19:10:55 2019 -0500
Reject oversaturated VKAs in type family equations
>---------------------------------------------------------------
f0cd728fde9bb582930a616cff8d0c5a178c5e14
compiler/typecheck/TcTyClsDecls.hs | 3 +
compiler/typecheck/TcValidity.hs | 68 +++++++++++++++++++++-
testsuite/tests/typecheck/should_compile/all.T | 1 -
.../{should_compile => should_fail}/T15793.hs | 0
.../tests/typecheck/should_fail/T15793.stderr | 5 ++
testsuite/tests/typecheck/should_fail/T16255.hs | 21 +++++++
.../tests/typecheck/should_fail/T16255.stderr | 10 ++++
testsuite/tests/typecheck/should_fail/all.T | 2 +
8 files changed, 108 insertions(+), 2 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 f0cd728fde9bb582930a616cff8d0c5a178c5e14
More information about the ghc-commits
mailing list