• Type Parameters

    • Lhs

    • Rhs

    • X = void

    Parameters

    • equality: ((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) => Eq<Lhs, Rhs>)

      • (x): Eq<Lhs, Rhs>
      • Parameters

        • x: X

        Returns Eq<Lhs, Rhs>

Generated using TypeDoc