Skip to main content
Module

x/ramda/mod.ts>ap

:ram: Practical functional Javascript
Latest
variable ap
import { ap } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

ap applies a list of functions to a list of values.

Dispatches to the ap method of the second argument, if present. Also treats curried functions as applicatives.