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

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. mapZM :: Monad m => (Bool -> a -> m b) -> Zipper a -> m (Zipper b)

    xmonad-contrib XMonad.Util.Stack

    Monadic version of mapZ

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

    xmonad-contrib XMonad.Util.Stack

    Monadic version of mapZ_

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

    xmonad-contrib XMonad.Util.Stack

    mapZ without the Bool argument

  4. MapCRtoLF :: TerminalMode

    unix System.Posix.Terminal

    ICRNL - Map CR to NL on input

  5. MapLFtoCR :: TerminalMode

    unix System.Posix.Terminal

    INLCR - Map NL to CR on input

  6. MapLFtoCRLF :: TerminalMode

    unix System.Posix.Terminal

    ONLCR - (XSI) Map NL to CR-NL on output

  7. MapCRtoLF :: TerminalMode

    unix System.Posix.Terminal.ByteString

    ICRNL - Map CR to NL on input

  8. MapLFtoCR :: TerminalMode

    unix System.Posix.Terminal.ByteString

    INLCR - Map NL to CR on input

  9. MapLFtoCRLF :: TerminalMode

    unix System.Posix.Terminal.ByteString

    ONLCR - (XSI) Map NL to CR-NL on output

  10. MapCRtoLF :: TerminalMode

    unix System.Posix.Terminal.PosixString

    ICRNL - Map CR to NL on input

Page 355 of many | Previous | Next

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