export interface Setoid> { equals(other: T): boolean; 'fantasy-land/equals'?: Setoid['equals']; }