summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/UnusedTyVarWarnings.stderr
blob: b3b97f03a5408c3328d84fafbbe8a8cc3a26f57a (plain)
1
2
3
4
5
6
7
8
9
10
11
12

UnusedTyVarWarnings.hs:8:5: warning: [-Wunused-type-patterns]
    Defined but not used on the right hand side: type variable ‘b’

UnusedTyVarWarnings.hs:11:18: warning: [-Wunused-type-patterns]
    Defined but not used on the right hand side: type variable ‘b’

UnusedTyVarWarnings.hs:27:5: warning: [-Wunused-type-patterns]
    Defined but not used on the right hand side: type variable ‘a’

UnusedTyVarWarnings.hs:33:17: warning: [-Wunused-type-patterns]
    Defined but not used on the right hand side: type variable ‘b’