Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fun/mod.ts>pair.RightPairURI

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Go to Latest
interface pair.RightPairURI
implements Kind
import { type pair } from "https://deno.land/x/fun@v2.0.0-alpha.6/mod.ts";
const { RightPairURI } = pair;

A Kind implementation used to fix the second parameter in a Pair. Otherwise it operates the same as Pair does.

Properties

readonly
kind: Pair<Out<this, 0>, B>