Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapLoggingT :: (m a -> n b) -> LoggingT m a -> LoggingT n bmonad-logger Control.Monad.Logger Map the unwrapped computation using the given function.
mapNoLoggingT :: (m a -> n b) -> NoLoggingT m a -> NoLoggingT n bmonad-logger Control.Monad.Logger Map the unwrapped computation using the given function.
mapLoggingT :: (m a -> n b) -> LoggingT m a -> LoggingT n bmonad-logger Control.Monad.Logger.CallStack Map the unwrapped computation using the given function.
mapNoLoggingT :: (m a -> n b) -> NoLoggingT m a -> NoLoggingT n bmonad-logger Control.Monad.Logger.CallStack Map the unwrapped computation using the given function.
mapping :: [(Text, YamlBuilder)] -> YamlBuilderyaml Data.Yaml.Builder No documentation available.
mappingComplex :: [(YamlBuilder, YamlBuilder)] -> YamlBuilderyaml Data.Yaml.Builder No documentation available.
mapToJSON :: [(Text, PersistValue)] -> Textpersistent Database.Persist Convert map (list of tuples) into textual representation of JSON object. This is a type-constrained synonym for toJsonText.
mapAccumM :: (Monad m, Traversable t) => (a -> b -> m (a, c)) -> a -> t b -> m (a, t c)Cabal Distribution.Utils.MapAccum Monadic variant of mapAccumL.
mapMG :: (ModSummary -> ModSummary) -> ModuleGraph -> ModuleGraphghc GHC Map a function f over all the ModSummaries. To preserve invariants f can't change the isBoot status.
-
ghc GHC.Builtin.Names No documentation available.