where Monoid (<https://arrow-kt.io/docs/arrow/type...
# arrow
p
where Monoid (https://arrow-kt.io/docs/arrow/typeclasses/monoid/) is anything that has an initial value and a way of combining. In your case string has an initial value of “”, and List is emptyList