16 lines
605 B
Plaintext
16 lines
605 B
Plaintext
/home/justin/Haskell/loop/src/Dodge/Item/Grammar.hs:88:1-16: warning: [-Wunused-top-binds]
|
||
Defined but not used: ‘itemLinkTestLeft’
|
||
|
|
||
88 | itemLinkTestLeft itm pci = Nothing
|
||
| ^^^^^^^^^^^^^^^^
|
||
/home/justin/Haskell/loop/src/Dodge/Item/Grammar.hs:88:18-20: warning: [-Wunused-matches]
|
||
Defined but not used: ‘itm’
|
||
|
|
||
88 | itemLinkTestLeft itm pci = Nothing
|
||
| ^^^
|
||
/home/justin/Haskell/loop/src/Dodge/Item/Grammar.hs:88:22-24: warning: [-Wunused-matches]
|
||
Defined but not used: ‘pci’
|
||
|
|
||
88 | itemLinkTestLeft itm pci = Nothing
|
||
| ^^^
|