• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. mappingNotify :: EventType

    X11 Graphics.X11.Types

    No documentation available.

  2. mappingPointer :: MappingRequest

    X11 Graphics.X11.Types

    No documentation available.

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

    X11 Graphics.X11.Xlib.Extras

    A binding to XMapRaised.

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

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XMapSubwindows().

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

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XMapWindow().

  6. mapU :: (Word8 -> Word8) -> Bytes -> ByteArray

    byteslice Data.Bytes

    Variant of map that returns unsliced byte sequence.

  7. mapAccum :: (a -> b -> (a, c)) -> a -> EnumMap k b -> (a, EnumMap k c)

    enummapset Data.EnumMap.Lazy

    No documentation available.

  8. mapAccumRWithKey :: Enum k => (a -> k -> b -> (a, c)) -> a -> EnumMap k b -> (a, EnumMap k c)

    enummapset Data.EnumMap.Lazy

    No documentation available.

  9. mapAccumWithKey :: Enum k => (a -> k -> b -> (a, c)) -> a -> EnumMap k b -> (a, EnumMap k c)

    enummapset Data.EnumMap.Lazy

    No documentation available.

  10. mapEither :: (a -> Either b c) -> EnumMap k a -> (EnumMap k b, EnumMap k c)

    enummapset Data.EnumMap.Lazy

    No documentation available.

Page 194 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete