Skip to main content
Module

x/hkts/setoid.ts>fromEquals

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

Constructors


type

<A>(equals: (x: A) => (y: A) => boolean) => Setoid<A>