Neil Mitchell wrote:

Taking a look at:
http://haskell.org/ghc/docs/latest/html/libraries/base/GHC-ConsoleHandler.html#v%3AinstallHandler

On Windows this has the members:
data ConsoleEvent = ControlC | Break | Close | Logoff | Shutdown
data Handler = Default | Ignore | Catch (ConsoleEvent -> IO ())
flushConsole :: GHC.IOBase.Handle -> IO ()
installHandler :: Handler -> IO Handler

In the docs it has nothing. By not providing documentation, its much
harder for people to use the functions, if they can even figure out
they exist.

Fixed, thanks.

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to