Skip to main content
Module

x/fun/pair.ts>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 RightPairURI
implements Kind
import { type RightPairURI } from "https://deno.land/x/fun@v2.0.0-alpha.6/pair.ts";

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>