11 lines
371 B
Plaintext
11 lines
371 B
Plaintext
/home/justin/Haskell/loop/src/Dodge/Item/Grammar.hs:12:1-20: 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)
|
||
| ^
|