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
* Add Data.Array.ST.Iterator
* Add runSTArray'
For instances where you want to return more than just one STArray from
an STArray computation. For example, a pair of STArrays (with
potentially different types), or an STArray of STArrays, or even an
STArray of nonempty STArrays. The possibilities are endless!
Also use unsafe-coerce instead of FFI.
* Faster `groupBy`
Implement `groupBy` using `Data.Array.ST.Iterator`; this should make it
faster.
* Fix groupBy tests
\x y -> odd x && odd y is not an equivalence relation! It doesn't
satisfy reflexivity.
* Restrict to a closed row in runSTArray
0 commit comments