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.
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.
-
xmonad-contrib XMonad.Actions.Search No documentation available.
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.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.
-
xmonad-contrib XMonad.Config.Prime No documentation available.
mapRaised :: Display -> Window -> IO CIntxmonad-contrib XMonad.Config.Prime A binding to XMapRaised.
-
xmonad-contrib XMonad.Config.Prime No documentation available.
mapSubwindows :: Display -> Window -> IO ()xmonad-contrib XMonad.Config.Prime interface to the X11 library function XMapSubwindows().
mapWindow :: Display -> Window -> IO ()xmonad-contrib XMonad.Config.Prime interface to the X11 library function XMapWindow().
mapped :: XState -> !Set Windowxmonad-contrib XMonad.Config.Prime the Set of mapped windows