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.

  1. mappingKeyboard :: MappingRequest

    X11 Graphics.X11.Types

    No documentation available.

  2. mappingModifier :: MappingRequest

    X11 Graphics.X11.Types

    No documentation available.

  3. mappingNotify :: EventType

    X11 Graphics.X11.Types

    No documentation available.

  4. mappingPointer :: MappingRequest

    X11 Graphics.X11.Types

    No documentation available.

  5. mapRaised :: Display -> Window -> IO CInt

    X11 Graphics.X11.Xlib.Extras

    A binding to XMapRaised.

  6. mapSubwindows :: Display -> Window -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XMapSubwindows().

  7. mapWindow :: Display -> Window -> IO ()

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XMapWindow().

  8. mapMonotonic :: (a -> c) -> Bimap a b -> Bimap c b

    bimap Data.Bimap

    O(n). Map a strictly increasing function over all left keys in the map. The precondition is not checked. Version 0.3

  9. mapMonotonicR :: (b -> c) -> Bimap a b -> Bimap a c

    bimap Data.Bimap

    O(n). Map a strictly increasing function over all right keys in the map. The precondition is not checked. Version 0.3

  10. mapR :: Ord c => (b -> c) -> Bimap a b -> Bimap a c

    bimap Data.Bimap

    O(n*log n) Map a function over all the right keys in the map. Version 0.3

Page 155 of many | Previous | Next