Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fun/datum.ts>traverse

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 traverse
import { traverse } from "https://deno.land/x/fun@v2.0.0-alpha.6/datum.ts";

Returns

<A, I, J, K, L, M>(favi: (a: A) => $<V, [I, J, K], [L], [M]>) => (ta: Datum<A>) => $<V, [Datum<I>, J, K], [L], [M]>