Type alias Either<A, B>

Either<A, B>: Either.Left<A> | Either.Right<B>

A type that represents one of two values (Either.Left or Either.Right).

Type Parameters

  • A

  • B

Generated using TypeDoc