
24 Mar
2007
24 Mar
'07
5:16 p.m.
Leandro Penz wrote:
buildStuff = func1 ++ func2 ++ func3 ++ func4
My idea is to have a monad with a concatenating >>, so that I can:
bulidStuff = do func1 func2 func3 func4
buildStuff = concat [ func1, func2, func3, func4 ] Remember, functional programming was already useful without monads. -Udo -- "It is the mark of an educated mind to be able to entertain a thought without accepting it." -- Aristotle