Portability | non-portable |
---|---|
Stability | experimental |
Maintainer | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
Safe Haskell | Trustworthy |
Safe interface to Data.Vector.Generic.New
Documentation
modifyWithStream :: (forall s. Mutable v s a -> Stream b -> ST s ()) -> New v a -> Stream b -> New v aSource
transform :: Vector v a => (forall m. Monad m => MStream m a -> MStream m a) -> New v a -> New v aSource