Skip to main content
Module

x/fun/mod.ts>async_either.KindAsyncEither

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

Specifies AsyncEither as a Higher Kinded Type, with covariant parameter A corresponding to the 0th index of any substitutions and covariant parameter B corresponding to the 1st index of any substitutions.

Properties

readonly
kind: AsyncEither<Out<this, 1>, Out<this, 0>>