Skip to main content
Module

x/fun/these.ts>KindRightThese

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

Properties

readonly
kind: These<E, Out<this, 0>>