Skip to main content
Module

x/fun/sync_either.ts>KindSyncEither

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

Properties

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