
18 Sep
2021
18 Sep
'21
10:34 a.m.
Am 18.09.21 um 11:19 schrieb Branimir Maksimovic:
This is monad: f(g(h(…)))
To make sequence out of functions.
Ah, no. That's just function composition. A monad can do more - e.g. Maybe interleaves the functions with a check whether it was passed in Nothing. Regards, Jo