Skip to main content
Module

x/hkts/state.ts>put

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

type

<S>(s: S) => State<S, void>