Hmm, it's probably relatively straightforward to p...
# arrow
b
Hmm, it's probably relatively straightforward to provide extension functions on types (.toCats/.fromCats) but I wonder if it's possible to compose algebras ... I guess probably not in general because no joint Scala/Kotlin compilation engine exists
r
The issue here is that cats would bring scala as a transitive dependency and that is huge so this is probably better as a user project that we can link to in the Arrow docs for those interested in a more esoteric integration.