UNPKG

fantasy-types

Version:

Fantasy Land types definitions

6 lines (4 loc) 104 B
import { Setoid } from "./Setoid"; export interface Ord extends Setoid { lte: (a: Ord) => boolean; }