[Haskell-beginners] Running a list of functions

Ozgur Akgun ozgurakgun at gmail.com
Sat Aug 20 21:50:26 CEST 2011


I stand corrected. Sorry for the additional confusion.

On 20 August 2011 20:31, Brandon Allbery <allbery.b at gmail.com> wrote:

> 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 [()])?
>
>
-- 
Ozgur Akgun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20110820/7c8189cf/attachment.htm>


More information about the Beginners mailing list