Ticket #2261 (closed proposal: wontfix)
Foreign.C.Error.Errno should be an instance of (Eq,Ord, Show... others?)
Description
Errno, the Haskell encapsulation of the CInt 'errno' value, should be an instance of the commonly used type classes so higher level data structures that include it aren't bothered.
This change will break code that has custom instances for Errno, but this should be little, if any, code.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

