Skip to content

Pipes/Streaming splitting with Conduit? #3

@danidiaz

Description

@danidiaz

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.

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