Type guard that checks if an either is Left<E>.
Left<E>
The Either to check
Either
true if the Either is Left<E>, false if it is Right<A>
true
false
Right<A>
Type guard that checks if an either is
Left<E>
.