Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. throwErrnoIfMinus1Retry :: (Eq a, Num a) => String -> IO a -> IO a

    base Foreign.C.Error

    Throw an IOError corresponding to the current value of getErrno if the IO action returns a result of -1, but retries in case of an interrupted operation.

  2. throwErrnoIfMinus1RetryMayBlock :: (Eq a, Num a) => String -> IO a -> IO b -> IO a

    base Foreign.C.Error

    as throwErrnoIfMinus1Retry, but checks for operations that would block.

  3. throwErrnoIfMinus1RetryMayBlock_ :: (Eq a, Num a) => String -> IO a -> IO b -> IO ()

    base Foreign.C.Error

    as throwErrnoIfMinus1RetryMayBlock, but discards the result.

  4. throwErrnoIfMinus1Retry_ :: (Eq a, Num a) => String -> IO a -> IO ()

    base Foreign.C.Error

    as throwErrnoIfMinus1, but discards the result.

  5. throwErrnoIfMinus1_ :: (Eq a, Num a) => String -> IO a -> IO ()

    base Foreign.C.Error

    as throwErrnoIfMinus1, but discards the result.

  6. throwErrnoPathIfMinus1 :: (Eq a, Num a) => String -> FilePath -> IO a -> IO a

    base Foreign.C.Error

    as throwErrnoIfMinus1, but exceptions include the given path when appropriate.

  7. throwErrnoPathIfMinus1_ :: (Eq a, Num a) => String -> FilePath -> IO a -> IO ()

    base Foreign.C.Error

    as throwErrnoIfMinus1_, but exceptions include the given path when appropriate.

  8. createDirectoryIfMissing :: Bool -> FilePath -> IO ()

    directory System.Directory

    createDirectoryIfMissing parents dir creates a new directory dir if it doesn't exist. If the first argument is True the function will also create all parent directories if they are missing.

  9. createDirectoryIfMissing :: Bool -> OsPath -> IO ()

    directory System.Directory.OsPath

    createDirectoryIfMissing parents dir creates a new directory dir if it doesn't exist. If the first argument is True the function will also create all parent directories if they are missing.

  10. hIfModifiedSince :: HeaderName

    http-types Network.HTTP.Types

    If-Modified-Since

Page 12 of many | Previous | Next