[Haskell-beginners] Running a list of functions

Brandon Allbery allbery.b at gmail.com
Sat Aug 20 21:31:18 CEST 2011


On Sat, Aug 20, 2011 at 15:21, Ozgur Akgun <ozgurakgun at gmail.com> wrote:

> sequence  :: [IO ()] -> IO ()
> sequence_ :: [IO ()] -> IO ()
>

sequence isn't ([IO ()] -> IO [()])?

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20110820/09c85744/attachment-0001.htm>


More information about the Beginners mailing list