simple-pipe-0.0.0.12: simple pipeline library like conduit

Safe HaskellSafe-Inferred

Data.Pipe.Basic

Documentation

convert :: Monad m => (a -> b) -> Pipe a b m ()Source