Allow item combination to use non-stacking items
This commit is contained in:
+7
-7
@@ -8,16 +8,16 @@
|
||||
|
|
||||
43 | splitItAmounts = concatMap f
|
||||
| ^^^^^^^^^^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Combine.hs:53:1-11: warning: [-Wunused-top-binds]
|
||||
/home/justin/Haskell/loop/src/Dodge/Combine.hs:48:1-21: warning: [-Wunused-top-binds]
|
||||
Defined but not used: ‘groupSplitItemAmounts’
|
||||
|
|
||||
48 | groupSplitItemAmounts = M.foldrWithKey f []
|
||||
| ^^^^^^^^^^^^^^^^^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Combine.hs:58:1-11: warning: [-Wunused-top-binds]
|
||||
Defined but not used: ‘lookupItems’
|
||||
|
|
||||
53 | lookupItems = flip multiLookupTrieI combinationsTrie . sortOn fst . splitItAmounts . invertInventory
|
||||
58 | lookupItems = flip multiLookupTrieI combinationsTrie . sortOn fst . splitItAmounts . invertInventory
|
||||
| ^^^^^^^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Combine.hs:63:1-20: warning: [-Wunused-top-binds]
|
||||
Defined but not used: ‘combineItemListYouX'’
|
||||
|
|
||||
63 | combineItemListYouX' = map (first $ concatMap g) . lookupItems . yourInv
|
||||
| ^^^^^^^^^^^^^^^^^^^^
|
||||
/home/justin/Haskell/loop/src/Dodge/Combine/Combinations.hs:9:1-21: warning: [-Wunused-imports]
|
||||
The import of ‘Data.Bifunctor’ is redundant
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user