Skip to main content
Module

x/hkts/ord.ts>eq

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

type

<A>(O: Ord<A>) => unknown