Skip to main content
Module

x/hkts/option.ts>getOrd

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

type

<A>(O: TC.Ord<A>) => TC.Ord<Option<A>>