Join Slack
Powered by
where Monoid (<https://arrow-kt.io/docs/arrow/type...
# arrow
p
pakoito
01/13/2019, 5:58 PM
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
2
Views
Open in Slack
Previous
Next