| |||||||||
| |||||||||
| Synopsis | |||||||||
| |||||||||
| Documentation | |||||||||
| fork_ :: IO a -> IO () | |||||||||
| fork :: IO a -> IO ThreadId | |||||||||
| Fork a new thread. | |||||||||
| registerResetAction :: IO () -> IO () | |||||||||
| Register an action to be run when ghci is restarted. | |||||||||
| reset :: IO () | |||||||||
| Reset state | |||||||||
| sleep :: Int -> IO () | |||||||||
| Sleep N seconds | |||||||||
| Produced by Haddock version 2.1.0 |