import { async_either } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { apParallel } = async_either;
Apply an argument to a function under the Right side.
Parameters
ua: AsyncEither<B, A>
Returns
<I, J>(ufai: AsyncEither<J, (a: A) => I>) => AsyncEither<B | J, I>