[EMAIL PROTECTED] wrote in article <[EMAIL PROTECTED]> in 
gmane.comp.lang.haskell.general:
> In Ghc, how do I sleep for say, 1 minute? I'm trying to write a simple file
> arrival listener and could not find the sleep api. Can haskell do it at
> all?

Use threadDelay from the Control.Concurrent package.

-- 
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
International Human Rights Day * 2003-12-10 * http://www.un.org/rights/

What if All Chemists Went on Strike? (science fiction)
http://www.iupac.org/publications/ci/2003/2506/iw3_letters.html

_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to