• 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. mapWithContext :: (Measured v a, Measured w b) => (v -> a -> v -> b) -> SplayTree v a -> SplayTree w b

    rope-utf16-splay Data.SplayTree

    No documentation available.

  2. mapWithPos :: (Measured v a, Measured w b) => (v -> a -> b) -> SplayTree v a -> SplayTree w b

    rope-utf16-splay Data.SplayTree

    No documentation available.

  3. map' :: (a -> b) -> Vector a -> Vector b

    rrb-vector Data.RRBVector

    Like map, but the results of the function are forced.

  4. mapException :: (Exception e1, Exception e2, MonadCatch m) => (e1 -> e2) -> m a -> m a

    servant-exceptions Servant.Exception

    Catch and rethrow using mapping function f.

  5. map32Bit :: MmapOptionalFlag

    shared-memory MMAP

    See man mmap for a description.

  6. mapAnonymous :: MmapOptionalFlag

    shared-memory MMAP

    See man mmap for a description.

  7. mapDenywrite :: MmapOptionalFlag

    shared-memory MMAP

    See man mmap for a description.

  8. mapFile :: MmapOptionalFlag

    shared-memory MMAP

    See man mmap for a description.

  9. mapFixed :: MmapOptionalFlag

    shared-memory MMAP

    See man mmap for a description.

  10. mapHugetlb :: MmapOptionalFlag

    shared-memory MMAP

    See man mmap for a description.

Page 319 of many | Previous | Next

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