Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapRaised :: Display -> Window -> IO CIntX11 Graphics.X11.Xlib.Extras A binding to XMapRaised.
mapSubwindows :: Display -> Window -> IO ()X11 Graphics.X11.Xlib.Window interface to the X11 library function XMapSubwindows().
mapWindow :: Display -> Window -> IO ()X11 Graphics.X11.Xlib.Window interface to the X11 library function XMapWindow().
mapU :: (Word8 -> Word8) -> Bytes -> ByteArraybyteslice Data.Bytes Variant of map that returns unsliced byte sequence.
mapAccum :: (a -> b -> (a, c)) -> a -> EnumMap k b -> (a, EnumMap k c)enummapset Data.EnumMap.Lazy No documentation available.
mapAccumRWithKey :: Enum k => (a -> k -> b -> (a, c)) -> a -> EnumMap k b -> (a, EnumMap k c)enummapset Data.EnumMap.Lazy No documentation available.
mapAccumWithKey :: Enum k => (a -> k -> b -> (a, c)) -> a -> EnumMap k b -> (a, EnumMap k c)enummapset Data.EnumMap.Lazy No documentation available.
mapEither :: (a -> Either b c) -> EnumMap k a -> (EnumMap k b, EnumMap k c)enummapset Data.EnumMap.Lazy No documentation available.
mapEitherWithKey :: Enum k => (k -> a -> Either b c) -> EnumMap k a -> (EnumMap k b, EnumMap k c)enummapset Data.EnumMap.Lazy No documentation available.
mapKeys :: Enum k => (k -> k) -> EnumMap k a -> EnumMap k aenummapset Data.EnumMap.Lazy No documentation available.