This repository was archived by the owner on Oct 4, 2020. It is now read-only.
This repository was archived by the owner on Oct 4, 2020. It is now read-only.
FoldableWithIndex instance leaking structure #138
Open
Description
Several others:
All FoldableWithIndex
folds are leaking structure, as they use toUnfoldable
. The cases of foldlWithIndex
and foldMapWithIndex
are addressed by #137
This leaves foldrWithIndex
. It should probably be switched to use toAscUnfoldable
, or solved more creatively.
Metadata
Metadata
Assignees
Labels
No labels