Issues
- 0
Description text of `difference`
#246 opened by flip111 - 2
generate function
#244 opened by gbagan - 2
deleteWith function & friends
#242 opened by flip111 - 0
Does Array.index need to be a foreign import?
#241 opened by natefaubion - 0
Implement `STArray.push` via proper FFI
#236 opened by i-am-the-slime - 2
Data.ST.Array.length
#238 opened by jamesdbrock - 3
`groupBy` has unexpected `l` argument for `a -> a -> Boolean` predicate
#229 opened by JordanMartinez - 3
- 8
Add transpose to NonEmptyArray
#227 opened by newlandsvalley - 16
transpose?
#225 opened by newlandsvalley - 7
- 4
Add API: sliding and slidingSizeStep
#214 opened by JordanMartinez - 3
question about Lazy => some
#221 opened by jamesdbrock - 25
Use Ord by default for all set-like operations
#192 opened by hdgarrood - 1
accumulate
#136 opened by matthewleon - 1
foldRecM should be documented
#126 opened by matthewleon - 2
groupWith?
#135 opened by AlexMouton - 0
- 0
Add `STA.foreachWithIndex`
#204 opened by JordanMartinez - 0
Add `Array`-specific version of `Data.Foldable.intercalate` if it's faster upon benchmarking
#210 opened by JordanMartinez - 3
- 16
The absence of `map` function
#122 opened by ivan-kleshnin - 2
Rename empty to new in Data.Array.ST
#186 opened by kl0tl - 3
Restore stability for sorting
#196 opened by JordanMartinez - 2
- 3
Add missing groupBy'
#141 opened by ad-si - 3
Builder API
#115 opened by paf31 - 5
`sort`/`sortBy` Does Not Use The Correct Ordering & Violates Parametricity
#155 opened by eric-corumdigital - 2
Should we have a specialized version of `find`?
#143 opened by paulyoung - 4
- 3
fromFoldable1 should have Partial in type
#177 opened by BebeSparkelSparkel - 5
Versions of `insertAt` (and friends) that return original array when index is out-of-bounds
#170 opened by milesfrain - 2
- 1
add pop, shift, unshift to STArray
#151 opened by hdgarrood - 3
Incompatibility with `purs bundle`
#145 opened by maximedenes - 2
groupBy is not stable
#147 opened by dederer - 6
Use Ord by default for nub, difference, etc
#91 opened by hdgarrood - 3
- 3
deprecate verbose ST function names
#129 opened by matthewleon - 1
- 11
NonEmptyArray?
#120 opened by justinwoo - 2
fromFoldable: use foldl
#134 opened by matthewleon - 3
Add unsafeThaw to Data.Array.ST?
#118 opened by hdgarrood - 5
STArray instances
#119 opened by matthewleon - 2
Add dropRight and takeRight?
#113 opened by safareli - 3
Runtime error when using partial ST functions
#110 opened by mhuisi - 7
Provide a function that takes an ST computation that returns an STArray, and returns an Array, without any copying
#104 opened by no-longer-on-githu-b - 1
use Tuple for partition results
#102 opened by matthewleon - 1
- 3