Files
loop/ghcidOutput
T

21 lines
785 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/home/justin/Haskell/loop/src/Dodge/Item/Draw/SPic.hs:69:5-6: warning: [-Wunused-local-binds]
Defined but not used: am
|
69 | am = fractionLoadedAmmo (it ^?! itUse . amagLoadStatus)
| ^^
/home/justin/Haskell/loop/src/Dodge/Item/Draw/SPic.hs:75:1-19: warning: [-Wunused-top-binds]
Defined but not used: fractionLoadedAmmo2
|
75 | fractionLoadedAmmo2 rs =
| ^^^^^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Item/Grammar.hs:12:1: warning: [-Wunused-imports]
The import of Geometry.Data is redundant
|
12 | import Geometry.Data
| ^^^^^^^^^^^^^^^^^^^^
/home/justin/Haskell/loop/src/Dodge/Item/Grammar.hs:63:5: warning: [-Wunused-local-binds]
Defined but not used: c
|
63 | c x y _ _ _ = Just (x,y)
| ^