Skip to main content
Module

x/hkts/task.ts>fromThunk

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

type

<A>(fa: Lazy<A>) => Task<A>