Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mrgFmap :: (TryMerge f, Mergeable a, Mergeable b, Functor f) => (a -> b) -> f a -> f bgrisette Grisette.Unified.Lib.Control.Monad fmap with MergingStrategy knowledge propagation.
-
grisette Grisette.Unified.Lib.Control.Monad mapAndUnzipM with MergingStrategy knowledge propagation.
-
grisette Grisette.Unified.Lib.Control.Monad mapM with MergingStrategy knowledge propagation.
mrgMapM_ :: (MonadTryMerge m, Foldable t) => (a -> m b) -> t a -> m ()grisette Grisette.Unified.Lib.Control.Monad mapM_ with MergingStrategy knowledge propagation.
mrgMapM_ :: (MonadTryMerge m, Foldable t) => (a -> m b) -> t a -> m ()grisette Grisette.Unified.Lib.Data.Foldable mapM_ with MergingStrategy knowledge propagation.
mrgFmap :: (TryMerge f, Mergeable a, Mergeable b, Functor f) => (a -> b) -> f a -> f bgrisette Grisette.Unified.Lib.Data.Functor fmap with MergingStrategy knowledge propagation.
unmapEvent :: WidgetClass self => Signal self (EventM EAny Bool)gtk3 Graphics.UI.Gtk.Abstract.Widget The window is taken off the screen.
unmapSignal :: WidgetClass self => Signal self (IO ())gtk3 Graphics.UI.Gtk.Abstract.Widget The widget disappears from the screen.
widgetGetMapped :: WidgetClass self => self -> IO Boolgtk3 Graphics.UI.Gtk.Abstract.Widget Whether the widget is mapped.
widgetSetMapped :: WidgetClass widget => widget -> Bool -> IO ()gtk3 Graphics.UI.Gtk.Abstract.Widget Marks the widget as being realized. This function should only ever be called in a derived widget's “map” or “unmap” implementation.