Skip to main content
Module

x/fun/fn.ts>apply

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

Apply functions to an unknown function. Useful for pipeing values into functions.

Returns

<A>(ua: Fn<D, A>) => A