Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

[Suggestion] Boolean combinator operators #188

@Vidarls

Description

@Vidarls

I find myself combining different Freya<bool> computation quite frequently and I have made the following custom operators for myself:

let (<&>) = Freya.map2 (&&)
let (<||>) = Freya.map2 (||)

Might be useful to include as part of the standard operators?

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