ZVON > References > Haskell reference
| 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:

Example 1

Input:

Output: