Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
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.
-
th-abstraction Language.Haskell.TH.Datatype.TyVarBndr Map over the components of a TyVarBndr in a monadic fashion. This is the same as traverseTV, but with a Monad constraint. This is mainly useful for use with old versions of base where Applicative was not a superclass of Monad.
mapMTVFlag :: Monad m => (flag -> m flag') -> TyVarBndr_ flag -> m (TyVarBndr_ flag')th-abstraction Language.Haskell.TH.Datatype.TyVarBndr Map over the flag of a TyVarBndr in a monadic fashion. This is the same as traverseTVFlag, but with a Monad constraint. This is mainly useful for use with old versions of base where Applicative was not a superclass of Monad.
mapMTVKind :: Monad m => (Kind -> m Kind) -> TyVarBndr_ flag -> m (TyVarBndr_ flag)th-abstraction Language.Haskell.TH.Datatype.TyVarBndr Map over the Kind of a TyVarBndr in a monadic fashion. This is the same as traverseTVKind, but with a Monad constraint. This is mainly useful for use with old versions of base where Applicative was not a superclass of Monad.