• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. isPotentialRetry :: GdataMedia -> Maybe Bool

    gogol-youtube-reporting Gogol.YouTubeReporting

    gdata

  2. isPotentialRetry :: GdataMedia -> Maybe Bool

    gogol-youtube-reporting Gogol.YouTubeReporting.Types

    gdata

  3. PasswordRetryAttribute :: Word32 -> PacketAttribute

    radius Network.RADIUS.Types

    No documentation available.

  4. _PasswordRetryAttribute :: Prism' PacketAttribute Word32

    radius Network.RADIUS.Types

    No documentation available.

  5. getPasswordRetryAttribute :: PacketAttribute -> Word32

    radius Network.RADIUS.Types

    No documentation available.

  6. eitherErrnoIfMinus1Retry :: (Eq a, Num a) => IO a -> IO (Either Errno a)

    unix-bytestring Foreign.C.Error.Safe

    No documentation available.

  7. eitherErrnoIfMinus1RetryMayBlock :: (Eq a, Num a) => IO a -> IO b -> IO (Either Errno a)

    unix-bytestring Foreign.C.Error.Safe

    No documentation available.

  8. eitherErrnoIfNullRetry :: IO (Ptr a) -> IO (Either Errno (Ptr a))

    unix-bytestring Foreign.C.Error.Safe

    No documentation available.

  9. eitherErrnoIfNullRetryMayBlock :: IO (Ptr a) -> IO b -> IO (Either Errno (Ptr a))

    unix-bytestring Foreign.C.Error.Safe

    No documentation available.

  10. eitherErrnoIfRetry :: (a -> Bool) -> IO a -> IO (Either Errno a)

    unix-bytestring Foreign.C.Error.Safe

    A variant of throwErrnoIfRetry which returns Either instead of throwing an errno error.

Page 40 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete