repa-array-4.0.0.2: Bulk array representations and operators.

Safe HaskellNone
LanguageHaskell98

Data.Repa.Eval.Stream

Description

Interface with stream fusion.

Synopsis

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.