Fix compiler crash caused by implicit RHS quantification in type synonyms (#24470)
Showing
- compiler/GHC/Tc/Errors/Ppr.hs 16 additions, 0 deletionscompiler/GHC/Tc/Errors/Ppr.hs
- compiler/GHC/Tc/Errors/Types.hs 20 additions, 0 deletionscompiler/GHC/Tc/Errors/Types.hs
- compiler/GHC/Tc/Gen/HsType.hs 71 additions, 7 deletionscompiler/GHC/Tc/Gen/HsType.hs
- compiler/GHC/Types/Error/Codes.hs 1 addition, 0 deletionscompiler/GHC/Types/Error/Codes.hs
- testsuite/tests/typecheck/should_compile/T24470b.hs 10 additions, 0 deletionstestsuite/tests/typecheck/should_compile/T24470b.hs
- testsuite/tests/typecheck/should_compile/all.T 1 addition, 0 deletionstestsuite/tests/typecheck/should_compile/all.T
- testsuite/tests/typecheck/should_fail/T24470a.hs 7 additions, 0 deletionstestsuite/tests/typecheck/should_fail/T24470a.hs
- testsuite/tests/typecheck/should_fail/T24470a.stderr 6 additions, 0 deletionstestsuite/tests/typecheck/should_fail/T24470a.stderr
- testsuite/tests/typecheck/should_fail/all.T 2 additions, 0 deletionstestsuite/tests/typecheck/should_fail/all.T
Loading
Please register or sign in to comment