interface Setoid<A> {
    equals(other: A): boolean;
    fantasy-land/equals?(other: A): boolean;
}

Type Parameters

  • A

Hierarchy-Diagram

UML class diagram of Setoid
Legend
icon for an interface in the UML class diagram interface
icon for a public method in the UML class diagram public method

Hierarchy (view full)

Methods

  • Parameters

    • other: A

    Returns boolean

  • Parameters

    • other: A

    Returns boolean