effect-ts-laws
    Preparing search index...

    Function binary

    • Build an arbitrary binary function of type (a: A, b: B) => C from an arbitrary of C.

      Type Parameters

      • A
      • B

      Returns <C>(c: Arbitrary<C>) => Arbitrary<(a: A, b: B) => C>