Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipes/Streaming splitting with Conduit? #3

Open
danidiaz opened this issue Aug 20, 2017 · 0 comments
Open

Pipes/Streaming splitting with Conduit? #3

danidiaz opened this issue Aug 20, 2017 · 0 comments

Comments

@danidiaz
Copy link
Owner

danidiaz commented Aug 20, 2017

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.

@danidiaz danidiaz changed the title Continuation-based splitting functions? Pipes/Streaming-style splitting with Conduit? Aug 20, 2017
@danidiaz danidiaz changed the title Pipes/Streaming-style splitting with Conduit? Pipes/Streaming splitting with Conduit? Aug 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant