Re: [Haskell-cafe] persist and retrieve of IO type?

2010-04-10 Thread Ivan Lazar Miljenovic
Daryoush Mehrtash dmehrt...@gmail.com writes:

 Is there a way to persist a [IO ()] to say a file then retrieve it later and
 execute it using a sequence function?

I'm not sure I understand what you're wanting... you can pass around
values of type IO () around, but they won't be executed until you
actually use them...

-- 
Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com
IvanMiljenovic.wordpress.com
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] persist and retrieve of IO type?

2010-04-09 Thread Daryoush Mehrtash
Is there a way to persist a [IO ()] to say a file then retrieve it later and
execute it using a sequence function?

Thanks,

Daryoush
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe