
2 Oct
2012
2 Oct
'12
2:12 p.m.
Say I've got a stream of monadic calculations, like so: code: -------- do a' <- f a a'' <- g a' a''' <- h a'' return a''' -------- There is a cleaner way to do that, yes? (Without using all the tick marks?) -- frigidcode.com indicium.us