Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hkts/testing/assert.ts>assertFoldable

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

Assert: Foldable


type

<URI extends URIS, A = never, B = never, C = never, D = never, I = never>(F: TC.Foldable<URI>, unnamed 1: { a: A; tb: Kind<URI,
[
I,
B,
C,
D,
]
>; faia: (a: A, i: I) => A; }
) => void