Re: Incomplete documentation

2006-08-21 Thread Simon Marlow

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


Incomplete documentation

2006-08-20 Thread Neil Mitchell

Hi,

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.

Thanks

Neil
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs