Can you turn a Haskell list into a series of do instructions?
        Posted  
        
            by toofarsideways
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by toofarsideways
        
        
        
        Published on 2010-03-10T19:02:45Z
        Indexed on 
            2010/03/11
            5:48 UTC
        
        
        Read the original article
        Hit count: 273
        
Can you create a list of functions and then execute them sequentially, perhaps passing them into do notation?
I'm currently doing this by mapping over a list of data and am wondering if I can call somehow pass the result as a series of sequential calls?
© Stack Overflow or respective owner