Skip to main content
Module

x/fun/mod.ts>fn_either.AnyFnEither

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

A FnEither type over any, useful for constraining generics that take or return FnEithers.

definition: FnEither<any, any, any>