because today this is possible: ``` fun <A> ...
# arrow-contributors
r
because today this is possible:
Copy code
fun <A> Monoid<A>.add(a: A, b: A): A = a.combine(b)