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. hIfMatch :: HeaderName

    http-types Network.HTTP.Types.Header

    If-Match

  2. hIfModifiedSince :: HeaderName

    http-types Network.HTTP.Types.Header

    If-Modified-Since

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

    network Network.Socket.Internal

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

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

    network Network.Socket.Internal

    Throw an IOError corresponding to the current socket error if the IO action returns a result of -1, but retries in case of an interrupted operation. Checks for operations that would block and executes an alternative action before retrying in that case.

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

    network Network.Socket.Internal

    Throw an IOError corresponding to the current socket error if the IO action returns a result of -1, but retries in case of an interrupted operation. Discards the result of the IO action after error handling.

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

    network Network.Socket.Internal

    Throw an IOError corresponding to the current socket error if the IO action returns a result of -1. Discards the result of the IO action after error handling.

  7. throwErrnoPathIfMinus1 :: (Eq a, Num a) => String -> RawFilePath -> IO a -> IO a

    unix System.Posix.ByteString.FilePath

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

  8. throwErrnoPathIfMinus1Retry :: (Eq a, Num a) => String -> RawFilePath -> IO a -> IO a

    unix System.Posix.ByteString.FilePath

    No documentation available.

  9. throwErrnoPathIfMinus1Retry_ :: (Eq a, Num a) => String -> RawFilePath -> IO a -> IO ()

    unix System.Posix.ByteString.FilePath

    No documentation available.

  10. throwErrnoPathIfMinus1_ :: (Eq a, Num a) => String -> RawFilePath -> IO a -> IO ()

    unix System.Posix.ByteString.FilePath

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

Page 13 of many | Previous | Next