Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

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

    xml-helpers Text.XML.Light.Helpers

    Map the given function over all subelements of the given element with the given name.

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

  3. maps :: SearchEngine

    xmonad-contrib XMonad.Actions.Search

    No documentation available.

  4. mapE :: (Bool -> a -> b) -> Either a a -> Either b b

    xmonad-contrib XMonad.Util.Stack

    Map a function across both Lefts and Rights. The Bool argument is True in a Right, False in a Left.

  5. mapEM :: Monad m => (Bool -> a -> m b) -> Either a a -> m (Either b b)

    xmonad-contrib XMonad.Util.Stack

    Monadic version of mapE

  6. mapEM_ :: Monad m => (a -> m b) -> Either a a -> m (Either b b)

    xmonad-contrib XMonad.Util.Stack

    No documentation available.

  7. mapE_ :: (a -> b) -> Either a a -> Either b b

    xmonad-contrib XMonad.Util.Stack

    No documentation available.

  8. mapZ :: (Bool -> a -> b) -> Zipper a -> Zipper b

    xmonad-contrib XMonad.Util.Stack

    Map a function over a stack. The boolean argument indcates whether the current element is the focused one

  9. mapZM :: Monad m => (Bool -> a -> m b) -> Zipper a -> m (Zipper b)

    xmonad-contrib XMonad.Util.Stack

    Monadic version of mapZ

  10. mapZM_ :: Monad m => (a -> m b) -> Zipper a -> m (Zipper b)

    xmonad-contrib XMonad.Util.Stack

    Monadic version of mapZ_

Page 356 of many | Previous | Next