| ZVON > References > Haskell reference |
| Intro / Search / ZVON |
| | Indexes | Syntax | >> Prelude << | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | Random |
| Module: | Prelude |
|---|---|
| Datatype: | IOError |
| Description: | |
| Definition: | data IOError -- The internals of this type are system dependent |
| In function types: | IO a -> (IOError -> IO a) -> IO a : catch String -> IOError : userError IOError -> IO a : ioError |