Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
base Foreign.C.Error No documentation available.
hIsReadable :: Handle -> IO Boolbase System.IO No documentation available.
-
base System.IO Computation hReady hdl indicates whether at least one item is available for input from handle hdl. This operation may fail with:
- isEOFError if the end of file has been reached.
alreadyExistsErrorType :: IOErrorTypebase System.IO.Error I/O error where the operation failed because one of its arguments already exists.
alreadyInUseErrorType :: IOErrorTypebase System.IO.Error I/O error where the operation failed because one of its arguments is a single-use resource, which is already being used.
isAlreadyExistsError :: IOError -> Boolbase System.IO.Error An error indicating that an IO operation failed because one of its arguments already exists.
isAlreadyExistsErrorType :: IOErrorType -> Boolbase System.IO.Error I/O error where the operation failed because one of its arguments already exists.
isAlreadyInUseError :: IOError -> Boolbase System.IO.Error An error indicating that an IO 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).
isAlreadyInUseErrorType :: IOErrorType -> Boolbase System.IO.Error I/O error where the operation failed because one of its arguments is a single-use resource, which is already being used.
unsafeReadSTArray :: STArray s i e -> Int -> ST s ebase GHC.Arr No documentation available.