Open danidiaz opened 7 years ago
In pipes and streaming, splitting functions stash the second part of a stream in the return value of the first part. For example:
splitAt :: Monad m => Index -> Stream a m r -> Stream a m (Stream a m r)
I don't know how to do the same with conduit, but perhaps there is way.
In pipes and streaming, splitting functions stash the second part of a stream in the return value of the first part. For example:
I don't know how to do the same with conduit, but perhaps there is way.