left()
left<
E,A>(e):TaskEither<E,A>
Creates a TaskEither that resolves to a Left.
Type Parametersโ
E: E = neverโ
The error type.
A: A = neverโ
The success type.
Parametersโ
e: Eโ
The error value.
Returns: TaskEither<E, A>โ
A TaskEither containing the Left.
Sinceโ
2.0.0