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. mapValidationTFailure :: forall (m :: Type -> Type) e1 e2 a . Functor m => (e1 -> e2) -> ValidationT e1 m a -> ValidationT e2 m a

    opt-env-conf OptEnvConf.Validation

    No documentation available.

  2. mapConcurrentlyN :: Traversable t => Int -> (a -> PlotM b) -> t a -> PlotM (t b)

    pandoc-plot Text.Pandoc.Filter.Plot.Internal

    maps a function, performing at most N actions concurrently.

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

    pathtype System.Path

    No documentation available.

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

    pathtype System.Path

    No documentation available.

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

    pathtype System.Path.Generic

    No documentation available.

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

    pathtype System.Path.Generic

    No documentation available.

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

    perf Perf.Algos

    Increment a list.

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

    persistent-mtl Database.Persist.Monad

    No documentation available.

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

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

Page 352 of many | Previous | Next