Returns an Either arbitrary given a pair of arbitraries for the underlying left and right values.

  • Type Parameters

    • A
    • E

    Parameters

    • e: Arbitrary<E>
    • a: Arbitrary<A>

    Returns Arbitrary<Either<A, E>>