`fun <F> memSource(AS: Async<F>) = obj...
# arrow
s
fun <F> memSource(AS: Async<F>) = object : MemSource<F>, Async<F> by AS {  }