Join Slack
Powered by
because today this is possible: ``` fun <A> ...
# arrow-contributors
r
raulraja
05/21/2018, 11:37 AM
because today this is possible:
Copy code
fun <A> Monoid<A>.add(a: A, b: A): A = a.combine(b)
Open in Slack
Previous
Next