Skip to main content
Module

x/fun/mod.ts>fn.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 fn.apply
import { fn } from "https://deno.land/x/fun@v2.0.0-alpha.6/mod.ts";
const { apply } = fn;

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

Returns

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