summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/WPatternSigBinds.stderr
blob: f8593168894b2b6a669cb8b0584a1236f66bd483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

WPatternSigBinds.hs:4:4: error: [GHC-65467] [-Wpattern-signature-binds, Werror=pattern-signature-binds]
    Type variable binding in pattern signature: ‘a’

WPatternSigBinds.hs:6:4: error: [GHC-65467] [-Wpattern-signature-binds, Werror=pattern-signature-binds]
    Type variable binding in pattern signature: ‘a’

WPatternSigBinds.hs:6:13: error: [GHC-65467] [-Wpattern-signature-binds, Werror=pattern-signature-binds]
    Type variable binding in pattern signature: ‘b’

WPatternSigBinds.hs:8:4: error: [GHC-65467] [-Wpattern-signature-binds, Werror=pattern-signature-binds]
    Type variable binding in pattern signature: ‘a’

WPatternSigBinds.hs:8:13: error: [GHC-65467] [-Wpattern-signature-binds, Werror=pattern-signature-binds]
    Type variable bindings in pattern signature: ‘b’, ‘c’, ‘d’