Haskell Hierarchical Libraries (base package)Source codeContentsIndex
GHC.ConsoleHandler
Portabilitynon-portable (GHC extensions)
Stabilityinternal
Maintainercvs-ghc@haskell.org
Description

NB. the contents of this module are only available on Windows.

Installing Win32 console handlers.

Documentation
data Handler
Constructors
Default
Ignore
Catch (ConsoleEvent -> IO ())
installHandler :: Handler -> IO Handler
data ConsoleEvent
Constructors
ControlC
Break
Close
Logoff
Shutdown
flushConsole :: Handle -> IO ()
Produced by Haddock version 0.8