UNPKG

fantasy-types

Version:

Fantasy Land types definitions

5 lines (4 loc) 133 B
export interface Setoid { // TODO: how to reflect, that `a` should be Setoid of the same type? equals: (a: Setoid) => boolean; }