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.
mappingKeyboard :: MappingRequestX11 Graphics.X11.Types No documentation available.
mappingModifier :: MappingRequestX11 Graphics.X11.Types No documentation available.
-
X11 Graphics.X11.Types No documentation available.
mappingPointer :: MappingRequestX11 Graphics.X11.Types No documentation available.
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.