Skip to main content
Module

x/fun/mod.ts>initializable.constant

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

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