Skip to main content
Module

x/hkts/setoid.ts>getTupleSetoid

Functional programming tools: option, either, task, state, optics, etc.
Latest
variable getTupleSetoid
import { getTupleSetoid } from "https://deno.land/x/hkts@v0.0.52/setoid.ts";

type

<T extends ReadonlyArray<Setoid<any>>>(...eqs: T) => Setoid<[K in keyof T]: T[K] extends Setoid<infer A> ? A : never>