11 lines
381 B
Plaintext
11 lines
381 B
Plaintext
/home/justin/Haskell/loop/src/Dodge/Bullet.hs:75:5-11: warning: [-Wunused-local-binds]
|
||
Defined but not used: ‘bultype’
|
||
|
|
||
75 | bultype = _laAmmoType $ _heldConsumption $ _itUse it
|
||
| ^^^^^^^
|
||
/home/justin/Haskell/loop/src/Dodge/HeldUse.hs:371:14: warning: [-Wunused-matches]
|
||
Defined but not used: ‘x’
|
||
|
|
||
371 | moddelay x = id
|
||
| ^
|