Skip to content

Add a Parallel type class #1830

Description

@LukaJCB

In PureScript there is a Parallel type class, which introduces the idea of a Monad that supports parallel composition with a related Applicative instance. This could work for IO in cats-effect and a theoretical ParIO, but also for Either and Validated.
We could also include instances for Kleisli (ReaderT) and WriterT.

I think it could really be useful, especially with regards to parTraverse.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions