Monoid extends the power of Semigroup by providing an additional empty value. interface Semigroup<A> { readonly concat: (x: A, y: A) => A } interface ...
確定! 回上一頁