57 lines
2.3 KiB
Plaintext
57 lines
2.3 KiB
Plaintext
/home/justin/Haskell/loop/src/Dodge/DisplayInventory.hs:116:1-20: warning: [GHC-38417] [-Wmissing-signatures]
|
||
Top-level binding with no type signature:
|
||
displaySectionsSizes :: (Eq a1, Num a1, Num a2) => a1 -> a2
|
||
|
|
||
116 | displaySectionsSizes 0 = 10
|
||
| ^^^^^^^^^^^^^^^^^^^^
|
||
/home/justin/Haskell/loop/src/Dodge/DisplayInventory.hs:260:27: warning: [-Wunused-matches]
|
||
Defined but not used: ‘f’
|
||
|
|
||
260 | updateSectionsPositioning f mselpos allavailablelines lsss sss =
|
||
| ^
|
||
/home/justin/Haskell/loop/src/Dodge/DisplayInventory.hs:270:5: warning: [-Wunused-local-binds]
|
||
Defined but not used: ‘g’
|
||
|
|
||
270 | g k x z = x
|
||
| ^
|
||
/home/justin/Haskell/loop/src/Dodge/DisplayInventory.hs:270:7: warning: [-Wunused-matches]
|
||
Defined but not used: ‘k’
|
||
|
|
||
270 | g k x z = x
|
||
| ^
|
||
/home/justin/Haskell/loop/src/Dodge/DisplayInventory.hs:270:11: warning: [-Wunused-matches]
|
||
Defined but not used: ‘z’
|
||
|
|
||
270 | g k x z = x
|
||
| ^
|
||
/home/justin/Haskell/loop/src/Dodge/DisplayInventory.hs:282:1-26: warning: [-Wunused-top-binds]
|
||
Defined but not used: ‘updateSectionsPositioning'’
|
||
|
|
||
282 | updateSectionsPositioning' f mselpos allavailablelines lsss sss = fromMaybe mempty $ do
|
||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:128:9-18: warning: [-Wunused-local-binds]
|
||
Defined but not used: ‘nfreeslots’
|
||
|
|
||
128 | let nfreeslots = crNumFreeSlots cr
|
||
| ^^^^^^^^^^
|
||
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:130:5-6: warning: [-Wunused-matches]
|
||
Defined but not used: ‘xs’
|
||
|
|
||
130 | xs <- w ^? hud . hudElement . diSelectionExtra
|
||
| ^^
|
||
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:131:19: warning: [-Wunused-matches]
|
||
Defined but not used: ‘x’
|
||
|
|
||
131 | OverInvDrag 3 x <- w ^? input . mouseContext
|
||
| ^
|
||
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:137:17: warning: [-Wunused-matches]
|
||
Defined but not used: ‘i’
|
||
|
|
||
137 | OverInvDrag i mpos ->
|
||
| ^
|
||
/home/justin/Haskell/loop/src/Dodge/Update/Input/InGame.hs:209:9: warning: [-Wunused-matches]
|
||
Defined but not used: ‘j’
|
||
|
|
||
209 | (i, j) <- w ^? hud . hudElement . diSelection . _Just
|
||
| ^
|