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.

  1. setWindowBorderPixmap :: Display -> Window -> Pixmap -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XSetWindowBorderPixmap().

  2. setWindowColormap :: Display -> Window -> Colormap -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XSetWindowColormap().

  3. unmapSubwindows :: Display -> Window -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XUnmapSubwindows().

  4. package enummapset

    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`.

  5. module Data.EnumMap

    No documentation available.

  6. data EnumMap k a

    enummapset Data.EnumMap.Lazy

    Wrapper for IntMap with Enum keys.

  7. enumMapToIntMap :: EnumMap k a -> IntMap a

    enummapset Data.EnumMap.Lazy

    Unwrap IntMap.

  8. intMapToEnumMap :: IntMap a -> EnumMap k a

    enummapset Data.EnumMap.Lazy

    Wrap IntMap.

  9. isProperSubmapOf :: Eq a => EnumMap k a -> EnumMap k a -> Bool

    enummapset Data.EnumMap.Lazy

    No documentation available.

  10. isProperSubmapOfBy :: (a -> b -> Bool) -> EnumMap k a -> EnumMap k b -> Bool

    enummapset Data.EnumMap.Lazy

    No documentation available.

Page 561 of many | Previous | Next