Skip to content

Can queryChunked live in MonadIO rather than in IO? #90

@dcolle

Description

@dcolle

-> L.FoldM IO (Vector a) r
-> IO r

add a MonadIO m constraint and have the FoldM use this m rather than IO, and have the function return m r.

Background: I want to use this function to create a conduit source... thus in my case m would be something like ConduitT () a IO

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