Skip to main content
Module

x/fun/mod.ts>state.state

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Go to Latest
interface state.state
implements Kind
Re-export
import { type state } from "https://deno.land/x/fun@v2.0.0-alpha.6/mod.ts";
const { state } = state;

Properties

readonly
kind: State<InOut<this, 1>, Out<this, 0>>

Properties

readonly
kind: State<E, Out<this, 0>>
type alias state.state
Re-export
import { type state } from "https://deno.land/x/fun@v2.0.0-alpha.6/mod.ts";
const { state } = state;
definition: (e: E) => [A, E]
variable state.state
Re-export
import { state } from "https://deno.land/x/fun@v2.0.0-alpha.6/mod.ts";
const { state } = state;

type

Monad<URI>
function state.state
Re-export
import { state } from "https://deno.land/x/fun@v2.0.0-alpha.6/mod.ts";
const { state } = state;