Fixes (hopefully!) T9858
The changes are: 1. No impredicative types in `Typeable` 2. Distinguish normal tuples, from tuples of constraints.
Showing
- compiler/deSugar/DsBinds.hs 5 additions, 1 deletioncompiler/deSugar/DsBinds.hs
- compiler/typecheck/TcInteract.hs 13 additions, 21 deletionscompiler/typecheck/TcInteract.hs
- testsuite/tests/typecheck/should_fail/T9858b.hs 10 additions, 0 deletionstestsuite/tests/typecheck/should_fail/T9858b.hs
- testsuite/tests/typecheck/should_fail/T9858b.stderr 8 additions, 0 deletionstestsuite/tests/typecheck/should_fail/T9858b.stderr
- testsuite/tests/typecheck/should_fail/all.T 1 addition, 0 deletionstestsuite/tests/typecheck/should_fail/all.T
- testsuite/tests/typecheck/should_run/T9858c.hs 19 additions, 0 deletionstestsuite/tests/typecheck/should_run/T9858c.hs
- testsuite/tests/typecheck/should_run/T9858c.stdout 1 addition, 0 deletionstestsuite/tests/typecheck/should_run/T9858c.stdout
- testsuite/tests/typecheck/should_run/all.T 1 addition, 0 deletionstestsuite/tests/typecheck/should_run/all.T
Loading
Please register or sign in to comment