ZygosresultfromEitherOn this pagefromEither() fromEither<E, A>(fa): Result<A, E> Converts an Either to a Result. Type Parametersโ E: Eโ The error type A: Aโ The success type Parametersโ fa: The Either to convertโ _tag: "Left" | "Right"โ left?: Eโ right?: Aโ Returns: Result<A, E>โ A Result Sinceโ 2.0.0