Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
alreadyExistsErrorType :: IOErrorTypeghc-internal GHC.Internal.System.IO.Error I/O error where the operation failed because one of its arguments already exists.
alreadyInUseErrorType :: IOErrorTypeghc-internal GHC.Internal.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 -> Boolghc-internal GHC.Internal.System.IO.Error An error indicating that an IO operation failed because one of its arguments already exists.
isAlreadyExistsErrorType :: IOErrorType -> Boolghc-internal GHC.Internal.System.IO.Error I/O error where the operation failed because one of its arguments already exists.
isAlreadyInUseError :: IOError -> Boolghc-internal GHC.Internal.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 -> Boolghc-internal GHC.Internal.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.
c_fcntl_read :: CInt -> CInt -> IO CIntghc-internal GHC.Internal.System.Posix.Internals No documentation available.
c_read :: CInt -> Ptr Word8 -> CSize -> IO CSsizeghc-internal GHC.Internal.System.Posix.Internals No documentation available.
c_safe_read :: CInt -> Ptr Word8 -> CSize -> IO CSsizeghc-internal GHC.Internal.System.Posix.Internals No documentation available.
-
ghc-internal GHC.Internal.System.Posix.Internals Consult the RTS to find whether it is threaded.