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.
idleAdd :: IO Bool -> Priority -> IO HandlerIdgtk 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.
idleRemove :: HandlerId -> IO ()gtk Graphics.UI.Gtk.General.General Remove a previously added idle handler by its HandlerId.
idMarkup :: DocMarkupH mod id (DocH mod id)haddock-library Documentation.Haddock.Markup The identity markup
idlenessTimeout :: DiffTime -> Settinghasql-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.
-
hasql-pool Hasql.Pool.Config.Defaults 10 minutes.
idempotentSemigroupLaws :: (Eq a, Semigroup a, Show a) => Gen a -> Lawshedgehog-classes Hedgehog.Classes Tests the following Semigroup laws:
- Idempotency a <> a ≡ a
idToken :: OAuth2Token -> Maybe IdTokenhoauth2 Network.OAuth.OAuth2 Exists when openid scope is in the Authorization Request and the provider supports OpenID protocol.
-
hoauth2 Network.OAuth.OAuth2 No documentation available.
idp :: IdpApplication (i :: k) a -> Idp ihoauth2 Network.OAuth2.Experiment No documentation available.
idpAuthorizeEndpoint :: Idp (i :: k) -> URIhoauth2 Network.OAuth2.Experiment Authorization Endpoint