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.
-
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.
-
gi-cairo-render GI.Cairo.Render.Matrix No documentation available.
identity_extern_uid :: Identity -> Textgitlab-haskell GitLab.Types No documentation available.
identity_provider :: Identity -> Textgitlab-haskell GitLab.Types No documentation available.
identity_provider_id :: Identity -> Maybe Intgitlab-haskell GitLab.Types No documentation available.
identifier :: Text -> Identifiergrisette 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.
identifier :: Text -> Identifiergrisette 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.
identify :: Interned t => CachedInfo -> Uninterned t -> tgrisette Grisette.Internal.SymPrim.Prim.Internal.Caches No documentation available.
idleAdd :: IO Bool -> Priority -> IO HandlerIdgtk3 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 ()gtk3 Graphics.UI.Gtk.General.General Remove a previously added idle handler by its HandlerId.