I think that Kotlin has already gone the path of p...
# arrow
r
I think that Kotlin has already gone the path of providing special syntax for nullable types and haaving an Option there may confuse people in when to use one vs another. What I would like to see in Kotlin is generalized treatment for all types that can flatMap so we can have proper do notation without the coroutine hack. As far as arrow goes we have contemplated in the past to export all
Option
ext functions and instances also to
?
so you can use the entire Option syntax and methods available in Arrow over
?
in the same way you can today over
Option
.
1