import { applicable } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { apply } = applicable;
Compose two Applicables into a new apply function.
Parameters
U: Applicable<U>
V: Applicable<V>
import { applicable } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { apply } = applicable;
Compose two Applicables into a new apply function.