such as... they do not compose. Funny how most tal...
# random
c
such as... they do not compose. Funny how most talks fail to mention that and actually, sell monads as the only sane way to safely compose
a
What other ways are there to safely compose without monads?
c
@Andreas Sinz We're already doing it, with Rx, with `stream()`or even simple compositions the way we do it in Kotlin. The point is that all these values that flow do not have to be instances of monads (and most of the time, they aren't)