Skip to main content
Module

x/fun/mod.ts>alt.concatAll

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 alt.concatAll
import { alt } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { concatAll } = alt;

Type Parameters

U extends Kind

Parameters

unnamed 0: Alt<U>

Returns

<A, B, C, D, E>(uas: NonEmptyArray<$<U, [A, B, C], [D], [E]>>) => $<U, [A, B, C], [D], [E]>