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.

  1. alreadyExistsErrorType :: IOErrorType

    ghc-internal GHC.Internal.System.IO.Error

    I/O error where the operation failed because one of its arguments already exists.

  2. alreadyInUseErrorType :: IOErrorType

    ghc-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.

  3. isAlreadyExistsError :: IOError -> Bool

    ghc-internal GHC.Internal.System.IO.Error

    An error indicating that an IO operation failed because one of its arguments already exists.

  4. isAlreadyExistsErrorType :: IOErrorType -> Bool

    ghc-internal GHC.Internal.System.IO.Error

    I/O error where the operation failed because one of its arguments already exists.

  5. isAlreadyInUseError :: IOError -> Bool

    ghc-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).

  6. isAlreadyInUseErrorType :: IOErrorType -> Bool

    ghc-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.

  7. c_fcntl_read :: CInt -> CInt -> IO CInt

    ghc-internal GHC.Internal.System.Posix.Internals

    No documentation available.

  8. c_read :: CInt -> Ptr Word8 -> CSize -> IO CSsize

    ghc-internal GHC.Internal.System.Posix.Internals

    No documentation available.

  9. c_safe_read :: CInt -> Ptr Word8 -> CSize -> IO CSsize

    ghc-internal GHC.Internal.System.Posix.Internals

    No documentation available.

  10. hostIsThreaded :: Bool

    ghc-internal GHC.Internal.System.Posix.Internals

    Consult the RTS to find whether it is threaded.

Page 539 of many | Previous | Next