Skip to main content
Module

x/fun/number.ts>EqNumber

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Go to Latest
variable EqNumber
import { EqNumber } from "https://deno.land/x/fun@v.2.0.0-alpha.11/number.ts";

The canonical implementation of Eq for number. It contains the method equal.

type

Eq<number>