• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data WidgetMapMethodInfo

    gi-gtk GI.Gtk.Objects.Widget

    No documentation available.

  2. data WidgetSetFontMapMethodInfo

    gi-gtk GI.Gtk.Objects.Widget

    No documentation available.

  3. data WidgetUnmapMethodInfo

    gi-gtk GI.Gtk.Objects.Widget

    No documentation available.

  4. type family ResolveMapMethod (t :: Symbol) o

    gi-gtksource GI.GtkSource

    No documentation available.

  5. type family ResolveMapMethod (t :: Symbol) o

    gi-gtksource GI.GtkSource.Objects

    No documentation available.

  6. type family ResolveMapMethod (t :: Symbol) o

    gi-gtksource GI.GtkSource.Objects.Map

    No documentation available.

  7. concatMapM :: Monad m => (a -> m [b]) -> [a] -> m [b]

    language-c Language.C.Analysis.TravMonad

    No documentation available.

  8. sMapMaybe :: state -> (update -> Maybe state) -> SFlow update state

    midair Midair.Handy

    No documentation available.

  9. unfoldMapM :: (Monad m, Monoid a) => (s -> m (Maybe (a, s))) -> s -> m a

    monad-extras Control.Monad.Extra

    A monadic unfold.

  10. joinMapM :: (Monad m, MonadPlus p) => (a -> m (p b)) -> [a] -> m (p b)

    monadlist Control.Monad.ListM

    No documentation available.

Page 102 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete