| 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: | IO |
|---|---|
| Function: | isAlreadyInUseError |
| Type: | IOError -> Bool |
| Description: | the operation failed because one of its arguments is a single-use resource, which is already being used (for example, opening the same file twice for writing might give this error) |
| Related: |
Input:
Output: