Safe Haskell | None |
---|---|
Language | Haskell98 |
Interface with stream fusion.
Documentation
streamOfArray :: (Monad m, Bulk l a, Index l ~ Int) => Array l a -> Stream m a Source #
Produce a Stream
for the elements of the given array.
Safe Haskell | None |
---|---|
Language | Haskell98 |
Interface with stream fusion.
streamOfArray :: (Monad m, Bulk l a, Index l ~ Int) => Array l a -> Stream m a Source #
Produce a Stream
for the elements of the given array.