Skip to content

Documentation is incorrect for Either.iif #379

Description

@markusa380

The documentation of Either.iif states:

If the condition satisfies, return the given A in left, otherwise, return the given B in right.

When reading the code or using common sense you will find that in reality, it should be:

If the condition satisfies, return the given B in right, otherwise, return the given A in left.

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