Hoogle Search
Within LTS Haskell 24.50 (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().
mapMonotonic :: (a -> c) -> Bimap a b -> Bimap c bbimap Data.Bimap O(n). Map a strictly increasing function over all left keys in the map. The precondition is not checked. Version 0.3
mapMonotonicR :: (b -> c) -> Bimap a b -> Bimap a cbimap Data.Bimap O(n). Map a strictly increasing function over all right keys in the map. The precondition is not checked. Version 0.3
mapR :: Ord c => (b -> c) -> Bimap a b -> Bimap a cbimap Data.Bimap O(n*log n) Map a function over all the right keys in the map. Version 0.3