Module

x/ramda/mod.ts>ap

:ram: Practical functional Javascript
Latest
variable ap
import { ap } from "https://dotland.deno.dev/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.