purescript/purescript-foldable-traversable
Classes for foldable and traversable data structures
PureScriptBSD-3-Clause
Issues
- 11
Make `foldrDefault`/`foldlDefault` stack-safe
#148 opened by ntwilson - 1
foldr1 and foldl1 are too restrictive
#151 opened by natefaubion - 0
Type of mapWithIndexArray is imprecise
#143 opened by paf31 - 3
foldRecM
#98 opened by matthewleon - 1
laws
#95 opened by matthewleon - 1
- 0
remove `print` from docs
#63 opened by matthewleon - 6
discussion: describe relation between Foldable and Unfoldable and there indexed versions
#84 opened by safareli - 0
document Data.Traversable.Accum
#85 opened by matthewleon - 0
mention Haskell semigroupoids in LICENSE?
#90 opened by matthewleon - 1
Make length, etc. members?
#91 opened by matthewleon - 0
add `elemBy`?
#107 opened by justinwoo - 0
- 2
Document early termination of `all` and friends.
#118 opened by milesfrain - 7
Add `count`
#140 opened by chuckwondo - 4
- 3
- 5
- 0
Documentation for Foldable1 doesn't state which combinations of default implementations are unsafe to use together
#117 opened by triallax - 6
Remove fold1 from Foldable1
#125 opened by kl0tl - 1
Default implementations of foldMap1
#124 opened by kl0tl - 3
- 2
`foldl1` and `foldr1`
#110 opened by rhendric - 10
Make `foldr` lazy
#69 opened by natefaubion - 3
Add intersperse
#114 opened by i-am-the-slime - 7
- 2
Unexpected scanr behavior
#113 opened by berndlosert - 5
documentation for intercalate
#105 opened by shmish111 - 10
instances for Lazy
#94 opened by matthewleon - 3
- 3
Unfoldable1
#99 opened by matthewleon - 1
- 3
should the Indexed classes have their fundep?
#81 opened by matthewleon - 3
- 6
Auto-publishing has been failing since v3.1.0
#71 opened by hdgarrood - 1
- 1
use naive Lazy List `foldr`
#64 opened by matthewleon - 11
Functor <= Foldable?
#16 opened by paf31 - 2
add asum function
#35 opened by cdepillabout - 3
Deprecate either `mconcat` or `fold`?
#41 opened by hdgarrood - 27
Generic filter/etc
#44 opened by texastoland - 5
Thoughts on `contains`
#20 opened by alexchandel - 3
scanl misses the intial value
#23 opened by csabahruska - 3
- 3
Function defaults for foldable
#27 opened by LiamGoodacre - 7
Update dependencies after new release
#18 opened by garyb - 1
Remove `sequence` from traversable?
#26 opened by garyb - 12
stack overflows in traversableArray
#24 opened by hdgarrood - 4
Add mapAccum
#12 opened by techtangents - 2