Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.Repa.Eval.Stream
Description
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.