Cleanup combining code, flatten modules
This commit is contained in:
@@ -52,7 +52,7 @@ maxShowX = \case
|
||||
_ -> Nothing
|
||||
|
||||
itemCombinationsEdges :: [(CombNode,CombNode,Int)]
|
||||
itemCombinationsEdges = concatMap (f . over _2 (_itType)) itemCombinations
|
||||
itemCombinationsEdges = concatMap (f . over _2 _itType) itemCombinations
|
||||
--itemCombinationsEdges = concatMap (f . over _2 (_iyBase . _itType)) bulletCombinations
|
||||
where
|
||||
f (abts,bt)
|
||||
|
||||
Reference in New Issue
Block a user