Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fun/applicable.ts>applySecond

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

Returns

<I, B = never, C = never, D = unknown, E = unknown>(second: $<U, [I, B, C], [D], [E]>) => <A>(first: $<U, [A, B, C], [D], [E]>) => $<U, [I, B, C], [D], [E]>