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

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. connectRetryInterval :: MySqlReplicaConfiguration -> Maybe Int32

    gogol-sqladmin Gogol.SQLAdmin.Types

    Seconds to wait between connect retries. MySQL's default is 60 seconds.

  2. isPotentialRetry :: GdataMedia -> Maybe Bool

    gogol-youtube-reporting Gogol.YouTubeReporting

    gdata

  3. isPotentialRetry :: GdataMedia -> Maybe Bool

    gogol-youtube-reporting Gogol.YouTubeReporting.Types

    gdata

  4. PasswordRetryAttribute :: Word32 -> PacketAttribute

    radius Network.RADIUS.Types

    No documentation available.

  5. _PasswordRetryAttribute :: Prism' PacketAttribute Word32

    radius Network.RADIUS.Types

    No documentation available.

  6. getPasswordRetryAttribute :: PacketAttribute -> Word32

    radius Network.RADIUS.Types

    No documentation available.

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

    unix-bytestring Foreign.C.Error.Safe

    No documentation available.

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

    unix-bytestring Foreign.C.Error.Safe

    No documentation available.

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

    unix-bytestring Foreign.C.Error.Safe

    No documentation available.

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

    unix-bytestring Foreign.C.Error.Safe

    No documentation available.

Page 40 of many | Previous | Next

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