Skip to main content
Module

x/hkts/types.ts>Predicate

Functional programming tools: option, either, task, state, optics, etc.
Latest
type alias Predicate
import { type Predicate } from "https://deno.land/x/hkts@v0.0.52/types.ts";

Predicate

An alias for a function that takes type A and returns a boolean


definition: Fn<[A], boolean>