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

Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

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

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

    xmonad-contrib XMonad.Util.Stack

    Monadic version of mapE

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

    xmonad-contrib XMonad.Util.Stack

    No documentation available.

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

    xmonad-contrib XMonad.Util.Stack

    No documentation available.

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

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

    xmonad-contrib XMonad.Util.Stack

    Monadic version of mapZ

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

    xmonad-contrib XMonad.Util.Stack

    Monadic version of mapZ_

  8. mapZ_ :: (a -> b) -> Zipper a -> Zipper b

    xmonad-contrib XMonad.Util.Stack

    mapZ without the Bool argument

  9. MapCRtoLF :: TerminalMode

    unix System.Posix.Terminal

    ICRNL - Map CR to NL on input

  10. MapLFtoCR :: TerminalMode

    unix System.Posix.Terminal

    INLCR - Map NL to CR on input

Page 357 of many | Previous | Next

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