Skip to main content
Module

x/hkts/these.ts>These

Functional programming tools: option, either, task, state, optics, etc.
Latest
type alias These
import { type These } from "https://deno.land/x/hkts@v0.0.52/these.ts";
definition: E.Either<L, R> | Both<L, R>