Do we have any public real-world examples of arrow...
# arrow
k
Do we have any public real-world examples of arrow usage? Like Android apps, etc. Especially interested in Fx, but since it’s relatively new, tagless-final style can work as well.
👍 1
Just trying to refactor some parts of the app and want to better understand scoping with interfaces, like which interfaces i should declare my ext funs on, do i even need any, dependencies scoping, etc.
r
Same purpose here: thinking about writing Android pet project with use of arrow. Haven't looked for existing samples yet.
If I find one, I'll let you know.