Skip to content

Control.Monad.Syntax.Two (>>.=) #2

@ruhatch

Description

@ruhatch

I would find the following really useful

(>>.=) :: Monad m => m a -> (a -> b -> m c) -> b -> m c

particularly for lambda cases where I'd like to return a point-free expression from each branch

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