summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/T16632.stderr
blob: d2eab5c6b5594c6afb244625ed65430811f143fb (plain)
1
2
3
4
5
6

T16632.hs:5:22: warning: [-Wunused-type-patterns]
    Defined but not used on the right hand side: type variable ‘b’
  |
5 | type instance F Char b Int = ()
  |                      ^