Daryoush Mehrtash <[email protected]> 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 [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
