I am a python newbie trying to achieve the following:
I have a list of lists:
lst = [[567,345,234],[253,465,756, 2345],[333,777,111, 555]]
This is exactly what the bind function in a Monad is used for.
bind
With the bind function you can combine multiple lambda's into one lambda, each lambda representing a statement.