Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as fun from "https://raw.githubusercontent.com/baetheus/fun/main/these.ts";

This file contains the These algebraic data type. These is a sort of combination of Either and Pair. It can represent a complete failure or a partial failure.

§Variables

BimappableThese
FoldableThese
MappableThese
TraversableThese

§Functions

both
fail
fold
getCombinableThese
getFlatmappableRight
getInitializableThese
getShowableThese
isBoth
isLeft
isRight
left
map
mapSecond
match
right
traverse
wrap

§Interfaces

KindRightThese
KindThese

§Type Aliases

Both
Left
Right
These