Either represents values which are either of type L (Left) or type R (Right).

Values

Left(v:L)

Right(v:R)