Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XSetWindowColormap().

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

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XUnmapSubwindows().

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

  4. module Data.EnumMap

    No documentation available.

  5. data EnumMap k a

    enummapset Data.EnumMap.Lazy

    Wrapper for IntMap with Enum keys.

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

    enummapset Data.EnumMap.Lazy

    Unwrap IntMap.

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

    enummapset Data.EnumMap.Lazy

    Wrap IntMap.

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

    enummapset Data.EnumMap.Lazy

    No documentation available.

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

    enummapset Data.EnumMap.Lazy

    No documentation available.

  10. isSubmapOf :: Eq a => EnumMap k a -> EnumMap k a -> Bool

    enummapset Data.EnumMap.Lazy

    No documentation available.

Page 561 of many | Previous | Next