import { fn_either } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { BifunctorFnEither } = fn_either;
The canonical implementation of Bifunctor for FnEither. It contains the methods bimap and mapLeft.
type
Bifunctor<KindFnEither>
import { fn_either } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { BifunctorFnEither } = fn_either;
The canonical implementation of Bifunctor for FnEither. It contains the methods bimap and mapLeft.