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