Skip to main content
Module

x/hkts/tree.ts>Tree

Functional programming tools: option, either, task, state, optics, etc.
Latest
type alias Tree
import { type Tree } from "https://deno.land/x/hkts@v0.0.52/tree.ts";
definition: { readonly value: A; readonly forest: Forest<A>; }