Skip to main content
Module

x/fun/premappable.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/premappable.ts";

Premappable is a structure that allows a function to be applied contravariantly inside of the associated concrete structure.

Interfaces

A Premappable structure has the method premap.