[Haskell-beginners] What should I use (the equivalent of Windows schtasks) to schedule a task to run?

Hong Yang hyangfji at gmail.com
Sat Mar 27 00:29:42 EDT 2010


I searched "schedul" on hayoo!, but had no clue. It seems that I can use
scheduleEventAt from Control.Monad.Event.Classes. But what is type "e"? It
seems like an event. How do I define an event?

I have not learned Monad yet. Can some one give me a simple example? Suppose
I want to run an external program "pg" which in Haskell's language has the
type of String -> IO ().

Thanks,

Hong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/beginners/attachments/20100326/5b2b91ac/attachment.html


More information about the Beginners mailing list