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
kitttn
07/21/2019, 10:44 AM
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
rcd27
07/21/2019, 10:45 AM
Same purpose here: thinking about writing Android pet project with use of arrow. Haven't looked for existing samples yet.