Skip to main content
Module

x/fun/mod.ts>set.ApplicableSet

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

The canonical implementation of Applicable for ReadonlySet. It contains the methods wrap, ap, and map.