import { sync_either } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { apply } = sync_either;
Parameters
ua: SyncEither<B, A>
Returns
<J, I>(ufai: SyncEither<J, (a: A) => I>) => SyncEither<B | J, I>
import { sync_either } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { apply } = sync_either;