Skip to main content
Module

x/fun/bimappable.ts

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

Bimappable is a structure that allows a function to be applied inside of the associated concrete structure but is specific to a second held value of that structure..

Interfaces

The Bimappable interface. Bimapple includes the methods map and mapSecond.