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.
mapZM :: Monad m => (Bool -> a -> m b) -> Zipper a -> m (Zipper b)xmonad-contrib XMonad.Util.Stack Monadic version of mapZ
mapZM_ :: Monad m => (a -> m b) -> Zipper a -> m (Zipper b)xmonad-contrib XMonad.Util.Stack Monadic version of mapZ_
mapZ_ :: (a -> b) -> Zipper a -> Zipper bxmonad-contrib XMonad.Util.Stack -
unix System.Posix.Terminal ICRNL - Map CR to NL on input
-
unix System.Posix.Terminal INLCR - Map NL to CR on input
-
unix System.Posix.Terminal ONLCR - (XSI) Map NL to CR-NL on output
-
unix System.Posix.Terminal.ByteString ICRNL - Map CR to NL on input
-
unix System.Posix.Terminal.ByteString INLCR - Map NL to CR on input
-
unix System.Posix.Terminal.ByteString ONLCR - (XSI) Map NL to CR-NL on output
-
unix System.Posix.Terminal.PosixString ICRNL - Map CR to NL on input