Safe Haskell | None |
---|---|
Language | Haskell2010 |
Helper functions for turnings streams into vectors.
Mostly very similar to bundle conversion functions from the vector
package.
- streamToVectorM :: forall m v a. (Monad m, Vector v a) => Stream m a -> m (v a)
Safe Haskell | None |
---|---|
Language | Haskell2010 |
Helper functions for turnings streams into vectors.
Mostly very similar to bundle conversion functions from the vector
package.