import { type pair } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { KindRightPair } = pair;
A Kind implementation used to fix the second parameter in a Pair. Otherwise it operates the same as Pair does.
import { type pair } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { KindRightPair } = pair;
A Kind implementation used to fix the second parameter in a Pair. Otherwise it operates the same as Pair does.