Type alias Ior<A, B>

Ior<A, B>: Ior.Left<A> | Ior.Right<B> | Both<A, B>

A type that represents one or both of two values (Ior.Left, Ior.Right, or Ior.Both).

Type Parameters

  • A

  • B

Generated using TypeDoc