Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. mapFileName :: (String -> String) -> FilePath os ar -> FilePath os ar

    pathtype System.Path

    No documentation available.

  2. mapFileNameF :: Functor f => (String -> f String) -> FilePath os ar -> f (FilePath os ar)

    pathtype System.Path

    No documentation available.

  3. mapFileName :: (String -> String) -> FilePath os ar -> FilePath os ar

    pathtype System.Path.Generic

    No documentation available.

  4. mapFileNameF :: Functor f => (String -> f String) -> FilePath os ar -> f (FilePath os ar)

    pathtype System.Path.Generic

    No documentation available.

  5. mapInc :: [Int] -> [Int]

    perf Perf.Algos

    Increment a list.

  6. mapSqlQueryT :: (m a -> n b) -> SqlQueryT m a -> SqlQueryT n b

    persistent-mtl Database.Persist.Monad

    No documentation available.

  7. mapToJSON :: [(Text, PersistValue)] -> Text

    persistent-mtl Database.Persist.Sql.Shim

    Convert map (list of tuples) into textual representation of JSON object. This is a type-constrained synonym for toJsonText.

  8. mapToJSON :: [(Text, PersistValue)] -> Text

    persistent-redis Database.Persist.Redis

    Convert map (list of tuples) into textual representation of JSON object. This is a type-constrained synonym for toJsonText.

  9. mapM :: (Traversable t, Monad m) => (a -> m b) -> t a -> m (t b)

    pinch Pinch.Internal.FoldList

    Map each element of a structure to a monadic action, evaluate these actions from left to right, and collect the results. For a version that ignores the results see mapM_.

    Examples

    mapM is literally a traverse with a type signature restricted to Monad. Its implementation may be more efficient due to additional power of Monad.

  10. mapRequestMessage :: (Message -> Message) -> Request o -> Request o

    pinch Pinch.Server

    Map the message contained in the request.

Page 353 of many | Previous | Next