Re-add missing kind generalisation
When splitting H98/GADT syntax in ConDecl we lost a key kind-generalisation step. I also renamed tcHsTyVarBndrs to tcExplicitTKBnders, by analogy with tcImplicitTkBndrs. This fixes Trac #11459. Merge to 8.0.
Showing
- compiler/typecheck/TcBinds.hs 1 addition, 1 deletioncompiler/typecheck/TcBinds.hs
- compiler/typecheck/TcHsType.hs 9 additions, 9 deletionscompiler/typecheck/TcHsType.hs
- compiler/typecheck/TcPatSyn.hs 3 additions, 3 deletionscompiler/typecheck/TcPatSyn.hs
- compiler/typecheck/TcTyClsDecls.hs 17 additions, 14 deletionscompiler/typecheck/TcTyClsDecls.hs
- compiler/typecheck/TcValidity.hs 1 addition, 1 deletioncompiler/typecheck/TcValidity.hs
- testsuite/tests/ghci/scripts/T7873.stdout 4 additions, 4 deletionstestsuite/tests/ghci/scripts/T7873.stdout
- testsuite/tests/polykinds/T11459.hs 14 additions, 0 deletionstestsuite/tests/polykinds/T11459.hs
- testsuite/tests/polykinds/T11459.stderr 9 additions, 0 deletionstestsuite/tests/polykinds/T11459.stderr
- testsuite/tests/polykinds/all.T 1 addition, 0 deletionstestsuite/tests/polykinds/all.T
- testsuite/tests/rename/should_fail/rnfail055.stderr 1 addition, 2 deletionstestsuite/tests/rename/should_fail/rnfail055.stderr
Loading
Please register or sign in to comment