simple-pipe-0.0.0.29: simple pipeline library like conduit

Safe HaskellNone
LanguageHaskell98

Data.Pipe.Lazy

Documentation

class PipeClass pl => PipeLazy pl where Source

Methods

toLazy :: MonadBaseControl IO m => pl i o m r -> m [o] Source

(io >>= toLazy . fromList) == io

Instances