16 lines
616 B
Plaintext
16 lines
616 B
Plaintext
/home/justin/Haskell/loop/src/Dodge/Update.hs:357:15: warning: [-Wunused-matches]
|
||
Defined but not used: ‘x’
|
||
|
|
||
357 | shiftInvItems x w = w
|
||
| ^
|
||
/home/justin/Haskell/loop/src/Dodge/Inventory/Location.hs:13:1-31: warning: [-Wunused-imports]
|
||
The import of ‘Dodge.Data.SelectionList’ is redundant
|
||
|
|
||
13 | import Dodge.Data.SelectionList
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
/home/justin/Haskell/loop/src/Dodge/Inventory/Location.hs:75:9-11: warning: [-Wunused-matches]
|
||
Defined but not used: ‘sss’
|
||
|
|
||
75 | sss <- w ^? hud . hudElement . diSections
|
||
| ^^^
|