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

Provide grouping operations for conduit using the FreeT trick from pipes-group. #1

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

Comments

@danidiaz
Copy link
Owner

Right now, the grouping-related functions of streamy-sig are not implemented in streamy-conduit.

There doesn't seem to be a "conduit-group" package analoguous to pipes-group which provides grouping operations that preserve streaming and avoid having to hold entire groups in memory at any given time.

However, C.ConduitM () is a functor and, if I'm not mistaken, the FreeT-based approach used by pipes-group could work with it, too.

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