Ticket #5546 (closed bug: fixed)
Documentation errors in Control.Exception.Base
| Reported by: | bit | Owned by: | simonmar |
|---|---|---|---|
| Priority: | high | Milestone: | 7.4.1 |
| Component: | libraries/base | Version: | 7.2.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
I found the following 2 errors in the documentation of Control.Exception.Base
catch
From the documentation for the catch function:
... see the previous section "Catching all exceptions"
There is no such section!
mask
From the documentation for the mask function:
... the only way is to create a new thread; see Control.Concurrent.forkIOUnmasked.
But forkIOUnmasked is deprecated!
Change History
Note: See
TracTickets for help on using
tickets.
