Skip to main content
Module

x/fun/kind.ts>Kind

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

Kind is an interface that can be extended to retrieve inner types using "this".

Properties

readonly
optional
kind: unknown