Skip to main content
Module

x/fun/async_either.ts>throwError

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

Pointed constructor throwError(B) => AsyncEither<B, never>

Type Parameters

optional
A = never
optional
B = never