Haskell shell script template (Haskell)
#1Add an example of threadDelay
This is analogous to sleep in shell scripting. Explain the time scale as well, threadDelay
's input is in microseconds.
Haskell shell script template (Haskell)
This is analogous to sleep in shell scripting. Explain the time scale as well, threadDelay
's input is in microseconds.