Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. idleAdd :: IO Bool -> Priority -> IO HandlerId

    gtk Graphics.UI.Gtk.General.General

    Add a callback that is called whenever the system is idle.

    • A priority can be specified via an integer. This should usually be priorityDefaultIdle.
    • If the function returns False it will be removed.
    This function differs from idleAdd in that the action will be executed within the global Gtk+ lock. It is therefore possible to call Gtk+ functions from the action.

  2. idleRemove :: HandlerId -> IO ()

    gtk Graphics.UI.Gtk.General.General

    Remove a previously added idle handler by its HandlerId.

  3. idMarkup :: DocMarkupH mod id (DocH mod id)

    haddock-library Documentation.Haddock.Markup

    The identity markup

  4. idlenessTimeout :: DiffTime -> Setting

    hasql-pool Hasql.Pool.Config

    Maximal connection idle time. How long to keep a connection open when it's not being used. 10 minutes by default.

  5. idlenessTimeout :: DiffTime

    hasql-pool Hasql.Pool.Config.Defaults

    10 minutes.

  6. idempotentSemigroupLaws :: (Eq a, Semigroup a, Show a) => Gen a -> Laws

    hedgehog-classes Hedgehog.Classes

    Tests the following Semigroup laws:

    • Idempotency a <> aa

  7. idToken :: OAuth2Token -> Maybe IdToken

    hoauth2 Network.OAuth.OAuth2

    Exists when openid scope is in the Authorization Request and the provider supports OpenID protocol.

  8. idtoken :: IdToken -> Text

    hoauth2 Network.OAuth.OAuth2

    No documentation available.

  9. idp :: IdpApplication (i :: k) a -> Idp i

    hoauth2 Network.OAuth2.Experiment

    No documentation available.

  10. idpAuthorizeEndpoint :: Idp (i :: k) -> URI

    hoauth2 Network.OAuth2.Experiment

    Authorization Endpoint

Page 302 of many | Previous | Next