Add newtype for item id int
This commit is contained in:
+6
-6
@@ -1,12 +1,12 @@
|
||||
/home/justin/Haskell/loop/src/Dodge/Item/Display.hs:(109,28)-(121,21): warning: [-Wincomplete-patterns]
|
||||
Pattern match(es) are non-exhaustive
|
||||
In a case alternative: Patterns not matched: TargetingUse _ _ _
|
||||
|
|
||||
109 | itemNumberDisplay cr itm = case iu of
|
||||
| ^^^^^^^^^^...
|
||||
/home/justin/Haskell/loop/src/Dodge/Creature/Impulse/UseItem.hs:(36,22)-(46,19): warning: [-Wincomplete-patterns]
|
||||
Pattern match(es) are non-exhaustive
|
||||
In a case alternative: Patterns not matched: TargetingUse _ _ _
|
||||
|
|
||||
36 | itemEffect cr it w = case it ^. ldtValue . itUse of
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
|
||||
/home/justin/Haskell/loop/src/Dodge/Item/Display.hs:(109,28)-(121,21): warning: [-Wincomplete-patterns]
|
||||
Pattern match(es) are non-exhaustive
|
||||
In a case alternative: Patterns not matched: TargetingUse _ _ _
|
||||
|
|
||||
109 | itemNumberDisplay cr itm = case iu of
|
||||
| ^^^^^^^^^^...
|
||||
|
||||
Reference in New Issue
Block a user