[Haskell-beginners] Heterogeneous Lists

John Smith voldermort at hotmail.com
Wed Nov 17 14:35:32 EST 2010


My program needs a list such as [IO 3, IO "f", IO 'z'] :: Show s => [IO s]. Is there any way to achieve this without 
wrapping all the values in existentially quantified types?



More information about the Beginners mailing list