left<L>(x): Left<L>
L
x
Left
Creates a Right from the given input.
right("foobar")// => {right: "foobar"}
• L
The Left type.
Left<L>