Ticket #4961 (closed task: fixed)
Make the Timeout exception a newtype instead of a datatype
| Reported by: | basvandijk | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.4.1 |
| Component: | libraries/base | Version: | 7.0.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
The attached patch simply replaces the data with a newtype for the Timeout exception in System.Timeout:
-data Timeout = Timeout Unique deriving Eq +newtype Timeout = Timeout Unique deriving Eq
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

