• Type Parameters

    • Lhs

    • Rhs = Lhs

    • X = void

    Parameters

    • partialEquality: ((x) => ((l, r) => boolean))
        • (x): ((l, r) => boolean)
        • Parameters

          • x: X

          Returns ((l, r) => boolean)

            • (l, r): boolean
            • Parameters

              • l: Lhs
              • r: Rhs

              Returns boolean

    Returns ((x) => PartialEq<Lhs, Rhs>)

Generated using TypeDoc