[Haskell-cafe] persist and retrieve of IO type?
Ivan Lazar Miljenovic
ivan.miljenovic at gmail.com
Sat Apr 10 02:46:57 EDT 2010
Daryoush Mehrtash <dmehrtash at 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.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com
More information about the Haskell-Cafe
mailing list