Skip to main content
Module

x/copb/mod.ts>c

A functional composition framework built for TypesScript that provides type safety without the need for the usual countless overloads, thanks to some functional type trickery.
Latest
function c
import { c } from "https://deno.land/x/copb@v1.0.1/mod.ts";

Builds a CompositionalStack into a callable function.

c :: CompositionalStack I O -> I -> O

Parameters

stack: CompositionalStack<I, O>