Skip to main content
Module

x/hkts/derivations.ts>createDo

Functional programming tools: option, either, task, state, optics, etc.
Latest
variable createDo
import { createDo } from "https://deno.land/x/hkts@v0.0.52/derivations.ts";

Do notation Derivation


type

<URI extends URIS>(M: TC.Monad<URI>) => unknown