toEither<A, E>(fa): object
Converts a Result to an Either.
Type Parametersโ
The success type
The error type
Parametersโ
The Result to convert
Returns: objectโ
An Either
_tag: > *\_tag*: "Left" | "Right"โ
left?: Eโ
right?: Aโ
2.0.0