import { promise } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { MonadPromise } = promise;
The canonical implementation of Monad for Promise. It contains the methods of, ap, map, join, and chain.
type
Monad<KindPromise>
import { promise } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { MonadPromise } = promise;
The canonical implementation of Monad for Promise. It contains the methods of, ap, map, join, and chain.