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. mappend :: Monoid a => a -> a -> a

    xmonad-contrib XMonad.Config.Prime

    An associative operation NOTE: This method is redundant and has the default implementation mappend = (<>) since base-4.11.0.0. Should it be implemented manually, since mappend is a synonym for (<>), it is expected that the two functions are defined the same way. In a future GHC release mappend will be removed from Monoid.

  2. mappingKeyboard :: MappingRequest

    xmonad-contrib XMonad.Config.Prime

    No documentation available.

  3. mappingModifier :: MappingRequest

    xmonad-contrib XMonad.Config.Prime

    No documentation available.

  4. mappingNotify :: EventType

    xmonad-contrib XMonad.Config.Prime

    No documentation available.

  5. mappingPointer :: MappingRequest

    xmonad-contrib XMonad.Config.Prime

    No documentation available.

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

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

    xmonad-contrib XMonad.Util.Stack

    Monadic version of mapE

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

    xmonad-contrib XMonad.Util.Stack

    No documentation available.

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

    xmonad-contrib XMonad.Util.Stack

    No documentation available.

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

Page 354 of many | Previous | Next