Skip to main content
Module

x/fun/initializable.ts>constant

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Go to Latest
function constant
import { constant } from "https://deno.land/x/fun@v2.0.0-alpha.12/initializable.ts";

Create an Initializable fixed to a concrete value A. This operates like init from Combinable in other functional libraries.