Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. identityMatrix :: Render ()

    gi-cairo-render GI.Cairo.Render

    Resets the current transformation matrix (CTM) by setting it equal to the identity matrix. That is, the user-space and device-space axes will be aligned and one user-space unit will transform to one device-space unit.

  2. identity :: Matrix

    gi-cairo-render GI.Cairo.Render.Matrix

    No documentation available.

  3. identity_extern_uid :: Identity -> Text

    gitlab-haskell GitLab.Types

    No documentation available.

  4. identity_provider :: Identity -> Text

    gitlab-haskell GitLab.Types

    No documentation available.

  5. identity_provider_id :: Identity -> Maybe Int

    gitlab-haskell GitLab.Types

    No documentation available.

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

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

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

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

    No documentation available.

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

  10. idleRemove :: HandlerId -> IO ()

    gtk3 Graphics.UI.Gtk.General.General

    Remove a previously added idle handler by its HandlerId.

Page 318 of many | Previous | Next