Skip to main content
Module

x/fun/pair.ts>KindRightPair

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