You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
I edited the above to remove some of the functions that I thought were leaking structure... Though they used an inefficient strategy for building their output, it was still ordered.
matthewleon
changed the title
other functions that leak structure
FoldableWithIndex instance leaking structure
Jan 18, 2018
matthewleon
added a commit
to matthewleon/purescript-maps
that referenced
this issue
Jan 18, 2018
Several others:
All
FoldableWithIndex
folds are leaking structure, as they usetoUnfoldable
. The cases offoldlWithIndex
andfoldMapWithIndex
are addressed by #137This leaves
foldrWithIndex
. It should probably be switched to usetoAscUnfoldable
, or solved more creatively.The text was updated successfully, but these errors were encountered: