Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. mapElementsWithAttName :: String -> Element -> (Element -> Maybe a) -> Maybe [a]

    xml-helpers Text.XML.Light.Helpers

    Map the given function over the subelements of the given element that have an attribute "name" matching the given string.

  2. maps :: SearchEngine

    xmonad-contrib XMonad.Actions.Search

    No documentation available.

  3. mapM :: (Traversable t, Monad m) => (a -> m b) -> t a -> m (t b)

    xmonad-contrib XMonad.Config.Prime

    Map each element of a structure to a monadic action, evaluate these actions from left to right, and collect the results. For a version that ignores the results see mapM_.

    Examples

    mapM is literally a traverse with a type signature restricted to Monad. Its implementation may be more efficient due to additional power of Monad.

  4. mapM_ :: (Foldable t, Monad m) => (a -> m b) -> t a -> m ()

    xmonad-contrib XMonad.Config.Prime

    Map each element of a structure to a monadic action, evaluate these actions from left to right, and ignore the results. For a version that doesn't ignore the results see mapM. mapM_ is just like traverse_, but specialised to monadic actions.

  5. mapNotify :: EventType

    xmonad-contrib XMonad.Config.Prime

    No documentation available.

  6. mapRaised :: Display -> Window -> IO CInt

    xmonad-contrib XMonad.Config.Prime

    A binding to XMapRaised.

  7. mapRequest :: EventType

    xmonad-contrib XMonad.Config.Prime

    No documentation available.

  8. mapSubwindows :: Display -> Window -> IO ()

    xmonad-contrib XMonad.Config.Prime

    interface to the X11 library function XMapSubwindows().

  9. mapWindow :: Display -> Window -> IO ()

    xmonad-contrib XMonad.Config.Prime

    interface to the X11 library function XMapWindow().

  10. mapped :: XState -> !Set Window

    xmonad-contrib XMonad.Config.Prime

    the Set of mapped windows

Page 353 of many | Previous | Next