Merge pull request #173 from nhenin/updatedTutorial

Updated tutorial
This commit is contained in:
Harendra Kumar 2019-02-05 11:46:02 +05:30 committed by GitHub
commit 1325e37476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1605,7 +1605,7 @@ import Control.Monad.Trans.Class (MonadTrans (lift))
-- import qualified Streaming.Prelude as SG -- import qualified Streaming.Prelude as SG
-- --
-- -- | streaming to streamly -- -- | streaming to streamly
-- fromStreaming :: (IsStream t, Monad m) => SG.Stream (SG.Of a) m r -> t m a -- fromStreaming :: (IsStream t, MonadAsync m) => SG.Stream (SG.Of a) m r -> t m a
-- fromStreaming = S.unfoldrM SG.uncons -- fromStreaming = S.unfoldrM SG.uncons
-- --
-- -- | streamly to streaming -- -- | streamly to streaming