Skip to main content
Module

x/fun/foldable.ts

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
import * as fun from "https://deno.land/x/fun@v2.0.0/foldable.ts";

Foldable is a structure that allows a function to all values inside of a structure. The reduction is accumulative and ordered.

Interfaces

A Foldable structure has the method fold.