UNPKG

fantasy-types

Version:

Fantasy Land types definitions

4 lines (3 loc) 70 B
export interface Semigroup { concat: (a: Semigroup) => Semigroup; }