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. gmappend' :: (Generic a, Monoid (Rep a ())) => a -> a -> a

    generic-data Generic.Data.Internal.Prelude

    Generic (<>) (or mappend). The difference from gmappend is the Monoid constraint instead of Semigroup, for older versions of base where Semigroup is not a superclass of Monoid.

  2. class GFoldMap (t :: Type -> Type)

    generic-data Generic.Data.Internal.Traversable

    No documentation available.

  3. gfoldMap :: (Generic1 f, GFoldable (Rep1 f), Monoid m) => (a -> m) -> f a -> m

    generic-data Generic.Data.Internal.Traversable

    Generic foldMap.

    instance Foldable MyTypeF where
    foldMap = gfoldMap
    

  4. gfoldMap_ :: (GFoldMap t, Monoid m) => (a -> m) -> t a -> EndoM m

    generic-data Generic.Data.Internal.Traversable

    No documentation available.

  5. RoleImageMap :: Role

    gi-atk GI.Atk.Enums

    An image map object. Usually a graphic with multiple hotspots, where each hotspot can be activated resulting in the loading of another document or section of a document. (Since: 2.1.0)

  6. CursorTypeCursorIsPixmap :: CursorType

    gi-gdk3 GI.Gdk.Enums

    type of cursors constructed with cursorNewFromPixbuf

  7. EventTypeMap :: EventType

    gi-gdk3 GI.Gdk.Enums

    the window has been mapped.

  8. EventTypeUnmap :: EventType

    gi-gdk3 GI.Gdk.Enums

    the window has been unmapped.

  9. module GI.Gdk.Objects.Keymap

    A Keymap defines the translation from keyboard state (including a hardware key, a modifier mask, and active keyboard group) to a keyval. This translation has two phases. The first phase is to determine the effective keyboard group and level for the keyboard state; the second phase is to look up the keycode/group/level triplet in the keymap and see what keyval it corresponds to.

  10. class (GObject o, IsDescendantOf Keymap o) => IsKeymap o

    gi-gdk3 GI.Gdk.Objects.Keymap

    Type class for types which can be safely cast to Keymap, for instance with toKeymap.

Page 943 of many | Previous | Next