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

Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

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

    X11 Graphics.X11.Xlib.Extras

    A binding to XMapRaised.

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

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XMapSubwindows().

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

    X11 Graphics.X11.Xlib.Window

    interface to the X11 library function XMapWindow().

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

    byteslice Data.Bytes

    Variant of map that returns unsliced byte sequence.

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

    enummapset Data.EnumMap.Lazy

    No documentation available.

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

    enummapset Data.EnumMap.Lazy

    No documentation available.

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

    enummapset Data.EnumMap.Lazy

    No documentation available.

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

    enummapset Data.EnumMap.Lazy

    No documentation available.

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

    enummapset Data.EnumMap.Lazy

    No documentation available.

  10. mapKeys :: Enum k => (k -> k) -> EnumMap k a -> EnumMap k a

    enummapset Data.EnumMap.Lazy

    No documentation available.

Page 191 of many | Previous | Next

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