Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setWindowBorderPixmap :: Display -> Window -> Pixmap -> IO ()X11 Graphics.X11.Xlib.Window interface to the X11 library function XSetWindowBorderPixmap().
setWindowColormap :: Display -> Window -> Colormap -> IO ()X11 Graphics.X11.Xlib.Window interface to the X11 library function XSetWindowColormap().
unmapSubwindows :: Display -> Window -> IO ()X11 Graphics.X11.Xlib.Window interface to the X11 library function XUnmapSubwindows().
-
IntMap and IntSet with Enum keys/elements. This package contains simple wrappers around Data.IntMap and Data.IntSet with Enum keys and elements respectively. Especially useful for Ints wrapped with `newtype`.
-
No documentation available.
-
enummapset Data.EnumMap.Lazy enumMapToIntMap :: EnumMap k a -> IntMap aenummapset Data.EnumMap.Lazy Unwrap IntMap.
intMapToEnumMap :: IntMap a -> EnumMap k aenummapset Data.EnumMap.Lazy Wrap IntMap.
isProperSubmapOf :: Eq a => EnumMap k a -> EnumMap k a -> Boolenummapset Data.EnumMap.Lazy No documentation available.
isProperSubmapOfBy :: (a -> b -> Bool) -> EnumMap k a -> EnumMap k b -> Boolenummapset Data.EnumMap.Lazy No documentation available.