Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. mappingsToValues :: Environment -> Mappings -> Values

    richenv RichEnv.Setters

    Takes an environment variable list and all the name mappings and prepares a set of environment variables according to the RichEnv rules.

    >>> mappingsToValues [("FOO", "bar"), ("SOME", "thing")] (Mappings $ HM.fromList [("OTHER", "FOO")])
    Values {unValues = fromList [("OTHER","bar")]}
    

  2. mappings :: RichEnv -> Mappings

    richenv RichEnv.Types

    Mappings from one existing environment variable name to another.

  3. mapIter :: MonadIO m => (Iterator -> m a) -> Iterator -> m [a]

    rocksdb-haskell Database.RocksDB.Iterator

    Map a function over an iterator, advancing the iterator forward and returning the value. The iterator should be put in the right position prior to calling the function. Note that this function accumulates the result strictly, ie. it reads all values into memory until the iterator is exhausted. This is most likely not what you want for large ranges. You may consider using conduits instead, for an example see: https://gist.github.com/adc8ec348f03483446a5

  4. 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.

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

    rope-utf16-splay Data.SplayTree

    No documentation available.

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

    rrb-vector Data.RRBVector

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

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

    servant-exceptions Servant.Exception

    Catch and rethrow using mapping function f.

  8. map32Bit :: MmapOptionalFlag

    shared-memory MMAP

    See man mmap for a description.

  9. mapAnonymous :: MmapOptionalFlag

    shared-memory MMAP

    See man mmap for a description.

  10. mapDenywrite :: MmapOptionalFlag

    shared-memory MMAP

    See man mmap for a description.

Page 318 of many | Previous | Next