Skip to content

Add &&^ and ||^ operators #97

@chshersh

Description

@chshersh

They are often useful. Also, they are somewhat common because names are unambiguous.

(&&^) :: Monad m => m Bool -> m Bool -> m Bool
(||^) :: Monad m => m Bool -> m Bool -> m Bool

Metadata

Metadata

Assignees

No one assigned

    Labels

    Hacktoberfesthttps://hacktoberfest.digitalocean.com/newBring something new into library (add function or type or interface)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions