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.
gmappend' :: (Generic a, Monoid (Rep a ())) => a -> a -> ageneric-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.
class
GFoldMap (t :: Type -> Type)generic-data Generic.Data.Internal.Traversable No documentation available.
gfoldMap :: (Generic1 f, GFoldable (Rep1 f), Monoid m) => (a -> m) -> f a -> mgeneric-data Generic.Data.Internal.Traversable Generic foldMap.
instance Foldable MyTypeF where foldMap = gfoldMap
gfoldMap_ :: (GFoldMap t, Monoid m) => (a -> m) -> t a -> EndoM mgeneric-data Generic.Data.Internal.Traversable No documentation available.
-
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)
CursorTypeCursorIsPixmap :: CursorTypegi-gdk3 GI.Gdk.Enums type of cursors constructed with cursorNewFromPixbuf
-
gi-gdk3 GI.Gdk.Enums the window has been mapped.
-
gi-gdk3 GI.Gdk.Enums the window has been unmapped.
-
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.
class (GObject o, IsDescendantOf Keymap o) =>
IsKeymap ogi-gdk3 GI.Gdk.Objects.Keymap Type class for types which can be safely cast to Keymap, for instance with toKeymap.