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

x/hkts/testing/assert.ts>assertMonad

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

Assert: Monad


type

<URI extends URIS, A, B = never, C = never, D = never, I = never, J = never>(M: TC.Monad<URI>, unnamed 1: MonadTest<URI, A, B, C, D, I, J>) => void