import { ap } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It takes a list of functions and a list of values. Then it returns a list of values obtained by applying each function to each value.
import { ap } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It takes a list of functions and a list of values. Then it returns a list of values obtained by applying each function to each value.