Skip to content

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

@danidiaz

Description

@danidiaz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions