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. identity_provider_id :: Identity -> Maybe Int

    gitlab-haskell GitLab.Types

    No documentation available.

  2. identifier :: Text -> Identifier

    grisette Grisette.Core

    Simple identifier. The same identifier refers to the same symbolic variable in the whole program. The user may need to use unique identifiers to avoid unintentional identifier collision.

  3. identifier :: Text -> Identifier

    grisette Grisette.Internal.Core.Data.Symbol

    Simple identifier. The same identifier refers to the same symbolic variable in the whole program. The user may need to use unique identifiers to avoid unintentional identifier collision.

  4. identify :: Interned t => CachedInfo -> Uninterned t -> t

    grisette Grisette.Internal.SymPrim.Prim.Internal.Caches

    No documentation available.

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

    gtk3 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.

  6. idleRemove :: HandlerId -> IO ()

    gtk3 Graphics.UI.Gtk.General.General

    Remove a previously added idle handler by its HandlerId.

  7. identifierVersion :: Identifier -> Maybe String

    hakyll Hakyll.Core.Identifier

    No documentation available.

  8. idRoute :: Routes

    hakyll Hakyll.Core.Routes

    An "identity" route that interprets the identifier (of the item being processed) as the destination filepath. This identifier is normally the filepath of the source file being processed. See Identifier for details.

    Examples

    Route when using match
    -- e.g. file on disk: '<project-directory>/posts/hakyll.md'
    
    -- 'hakyll.md' source file implicitly gets filepath as identifier:
    -- 'posts/hakyll.md'
    match "posts/*" $ do
    
    -- compilation result is written to '<destination-directory>/posts/hakyll.md'
    route idRoute
    
    compile getResourceBody
    

  9. identity :: LambdaContext -> Maybe CognitoIdentity

    hal AWS.Lambda.Context

    No documentation available.

  10. identityId :: CognitoIdentity -> Text

    hal AWS.Lambda.Context

    No documentation available.

Page 319 of many | Previous | Next