Attempt to fix some space leaks, general cleanup
This commit is contained in:
@@ -11,3 +11,6 @@ chainCreatureUpdates ::
|
||||
chainCreatureUpdates ls w cr = foldl' unf cr ls
|
||||
where
|
||||
unf cr' g = g w cr'
|
||||
--chainCreatureUpdates ls w cr = foldr unf cr ls
|
||||
-- where
|
||||
-- unf g cr' = g w cr'
|
||||
|
||||
Reference in New Issue
Block a user