arrow-core / arrow.core.extensions / ListKSemigroup
interface ~~ListKSemigroup~~<A> : Semigroup<ListK<A>>
Deprecated: Typeclass instance have been moved to the companion object of the typeclass.
combine | open fun ListK<A>.combine(b: ListK<A>): ListK<A> |
ListKMonoid | interface ~~ListKMonoid~~<A> : Monoid<ListK<A>>, ListKSemigroup <A> |
Do you like Arrow?
✖