Fix scoping of pattern-synonym existentials
This patch fixes Trac #14998, where we eventually decided that the existential type variables of the signature of a pattern synonym should not scope over the pattern synonym. See Note [Pattern synonym existentials do not scope] in TcPatSyn.
Showing
- compiler/basicTypes/PatSyn.hs 1 addition, 1 deletioncompiler/basicTypes/PatSyn.hs
- compiler/typecheck/TcHsType.hs 7 additions, 5 deletionscompiler/typecheck/TcHsType.hs
- compiler/typecheck/TcPatSyn.hs 95 additions, 0 deletionscompiler/typecheck/TcPatSyn.hs
- compiler/typecheck/TcRnTypes.hs 5 additions, 0 deletionscompiler/typecheck/TcRnTypes.hs
- compiler/typecheck/TcSigs.hs 1 addition, 42 deletionscompiler/typecheck/TcSigs.hs
- docs/users_guide/glasgow_exts.rst 17 additions, 1 deletiondocs/users_guide/glasgow_exts.rst
- testsuite/tests/patsyn/should_fail/T11265.stderr 1 addition, 1 deletiontestsuite/tests/patsyn/should_fail/T11265.stderr
- testsuite/tests/patsyn/should_fail/T14498.hs 32 additions, 0 deletionstestsuite/tests/patsyn/should_fail/T14498.hs
- testsuite/tests/patsyn/should_fail/T14498.stderr 8 additions, 0 deletionstestsuite/tests/patsyn/should_fail/T14498.stderr
- testsuite/tests/patsyn/should_fail/T9161-1.stderr 2 additions, 3 deletionstestsuite/tests/patsyn/should_fail/T9161-1.stderr
- testsuite/tests/patsyn/should_fail/T9161-2.stderr 2 additions, 3 deletionstestsuite/tests/patsyn/should_fail/T9161-2.stderr
- testsuite/tests/patsyn/should_fail/all.T 1 addition, 0 deletionstestsuite/tests/patsyn/should_fail/all.T
- testsuite/tests/polykinds/T5716.stderr 5 additions, 5 deletionstestsuite/tests/polykinds/T5716.stderr
- testsuite/tests/polykinds/T7433.stderr 5 additions, 5 deletionstestsuite/tests/polykinds/T7433.stderr
Loading
Please register or sign in to comment