Several others: All `FoldableWithIndex` folds are leaking structure, as they use `toUnfoldable`. The cases of `foldlWithIndex` and `foldMapWithIndex` are addressed by https://github.com/purescript/purescript-maps/pull/137 This leaves `foldrWithIndex`. It should probably be switched to use `toAscUnfoldable`, or solved more creatively.
Several others:
All
FoldableWithIndexfolds are leaking structure, as they usetoUnfoldable. The cases offoldlWithIndexandfoldMapWithIndexare addressed by #137This leaves
foldrWithIndex. It should probably be switched to usetoAscUnfoldable, or solved more creatively.