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. mapMaybeBuilder :: (BuildInstruction a -> Maybe (BuildInstruction b)) -> Builder a -> Builder b

    opt-env-conf OptEnvConf.Setting

    No documentation available.

  2. mapValidationFailure :: (e1 -> e2) -> Validation e1 a -> Validation e2 a

    opt-env-conf OptEnvConf.Validation

    No documentation available.

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

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

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

    pathtype System.Path

    No documentation available.

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

    pathtype System.Path

    No documentation available.

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

    pathtype System.Path.Generic

    No documentation available.

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

    pathtype System.Path.Generic

    No documentation available.

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

    perf Perf.Algos

    Increment a list.

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

    persistent-mtl Database.Persist.Monad

    No documentation available.

Page 312 of many | Previous | Next