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
Adapted from the patch in #39, with some minor tweaks:
* Since the `HasCallStack` constraint isn't available on all versions of GHC
that `vector-algorithms` supports, I decided to omit the additional
`HasCallStack` constraints that #39 adds.
* I used `stToPrim` to accommodate the generic `Vector` classes specializing
all of the monads to `ST` instead of being polymorphic over `MonadPrim m`.
* I also fixed the benchmark suite.
0 commit comments