Skip to main content
Module

x/fun/fn_either.ts>AnyFnEither

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

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

definition: FnEither<any, any, any>