|
|
Re: Incomplete documentation: msg#00138
lang.haskell.glasgow.bugs
|
Subject: |
Re: Incomplete documentation |
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
| |