Skip to content

No docs for Bool.isEq #5757

Open
Open
@rtfeldman

Description

@rtfeldman

This might have something to do with:

Eq implements
    ## Returns `Bool.true` if the input values are equal.
    isEq : a, a -> Bool where a implements Eq

Maybe this puts isEq in scope, which in turn is exposed in the module header? That's not how ability members would ideally work (they wouldn't get added to scope, ideally), but it might be how it works right now.

Note: Once we fix this, we should move the FAQ entry on function equality into the Bool.isEq docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    abilitiesRelates to the roc Abilities language featurebugSomething isn't workingdocs generationRelates to the generation of Documentation using `roc docs`

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions