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.

  1. mrgFmap :: (TryMerge f, Mergeable a, Mergeable b, Functor f) => (a -> b) -> f a -> f b

    grisette Grisette.Unified.Lib.Control.Monad

    fmap with MergingStrategy knowledge propagation.

  2. mrgMapAndUnzipM :: (Applicative m, TryMerge m, Mergeable b, Mergeable c) => (a -> m (b, c)) -> [a] -> m ([b], [c])

    grisette Grisette.Unified.Lib.Control.Monad

    mapAndUnzipM with MergingStrategy knowledge propagation.

  3. mrgMapM :: forall a b t f . (Mergeable b, Mergeable1 t, MonadTryMerge f, Traversable t) => (a -> f b) -> t a -> f (t b)

    grisette Grisette.Unified.Lib.Control.Monad

    mapM with MergingStrategy knowledge propagation.

  4. mrgMapM_ :: (MonadTryMerge m, Foldable t) => (a -> m b) -> t a -> m ()

    grisette Grisette.Unified.Lib.Control.Monad

    mapM_ with MergingStrategy knowledge propagation.

  5. mrgMapM_ :: (MonadTryMerge m, Foldable t) => (a -> m b) -> t a -> m ()

    grisette Grisette.Unified.Lib.Data.Foldable

    mapM_ with MergingStrategy knowledge propagation.

  6. mrgFmap :: (TryMerge f, Mergeable a, Mergeable b, Functor f) => (a -> b) -> f a -> f b

    grisette Grisette.Unified.Lib.Data.Functor

    fmap with MergingStrategy knowledge propagation.

  7. unmapEvent :: WidgetClass self => Signal self (EventM EAny Bool)

    gtk3 Graphics.UI.Gtk.Abstract.Widget

    The window is taken off the screen.

  8. unmapSignal :: WidgetClass self => Signal self (IO ())

    gtk3 Graphics.UI.Gtk.Abstract.Widget

    The widget disappears from the screen.

  9. widgetGetMapped :: WidgetClass self => self -> IO Bool

    gtk3 Graphics.UI.Gtk.Abstract.Widget

    Whether the widget is mapped.

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

Page 1174 of many | Previous | Next