25 lines
890 B
Plaintext
25 lines
890 B
Plaintext
/home/justin/Haskell/loop/src/Dodge/Base/You.hs:45:19: warning: [-Wunused-matches]
|
||
Defined but not used: ‘cr’
|
||
|
|
||
45 | upDownAttachments cr i j s = s
|
||
| ^^
|
||
/home/justin/Haskell/loop/src/Dodge/Base/You.hs:45:22: warning: [-Wunused-matches]
|
||
Defined but not used: ‘i’
|
||
|
|
||
45 | upDownAttachments cr i j s = s
|
||
| ^
|
||
/home/justin/Haskell/loop/src/Dodge/Base/You.hs:45:24: warning: [-Wunused-matches]
|
||
Defined but not used: ‘j’
|
||
|
|
||
45 | upDownAttachments cr i j s = s
|
||
| ^
|
||
/home/justin/Haskell/loop/src/Dodge/Item.hs:29:25: warning: [-Wincomplete-patterns]
|
||
Pattern match(es) are non-exhaustive
|
||
In a case alternative:
|
||
Patterns not matched:
|
||
BULPAYLOADATTACH
|
||
BULTRAJECTORYATTACH
|
||
|
|
||
29 | itemFromAttachType at = case at of
|
||
| ^^^^^^^^^^...
|