#1868: Exception fails all exception predicates
----------------------------+-----------------------------------------------
Reporter: Orphi | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.10 branch
Component: libraries/base | Version: 6.8.1
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: x86
Os: Windows |
----------------------------+-----------------------------------------------
Changes (by igloo):
* difficulty: => Unknown
* milestone: => 6.10 branch
Comment:
GHC currently has (in GHC.IOBase)
{{{
data IOErrorType
-- Haskell 98:
= AlreadyExists
| NoSuchThing
| ResourceBusy
| ResourceExhausted
| EOF
| IllegalOperation
| PermissionDenied
| UserError
-- GHC only:
| UnsatisfiedConstraints
| SystemError
| ProtocolError
| OtherError
| InvalidArgument
| InappropriateType
| HardwareFault
| UnsupportedOperation
| TimeExpired
| ResourceVanished
| Interrupted
| DynIOError Dynamic -- cheap&cheerful extensible IO error type.
}}}
I'm not sure what the right thing to do here is. The report is rather
vague.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1868#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs