Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. mapStepT :: forall (m :: Type -> Type) a b . (StepT m a -> StepT m b) -> SourceT m a -> SourceT m b

    servant Servant.Types.SourceT

    No documentation available.

  2. mapLoggingT :: (m a -> n b) -> LoggingT m a -> LoggingT n b

    monad-logger Control.Monad.Logger

    Map the unwrapped computation using the given function.

  3. mapNoLoggingT :: (m a -> n b) -> NoLoggingT m a -> NoLoggingT n b

    monad-logger Control.Monad.Logger

    Map the unwrapped computation using the given function.

  4. mapLoggingT :: (m a -> n b) -> LoggingT m a -> LoggingT n b

    monad-logger Control.Monad.Logger.CallStack

    Map the unwrapped computation using the given function.

  5. mapNoLoggingT :: (m a -> n b) -> NoLoggingT m a -> NoLoggingT n b

    monad-logger Control.Monad.Logger.CallStack

    Map the unwrapped computation using the given function.

  6. mapping :: [(Text, YamlBuilder)] -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  7. mappingComplex :: [(YamlBuilder, YamlBuilder)] -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

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

    persistent Database.Persist

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

  9. mapMTV :: Monad m => (Name -> m Name) -> (flag -> m flag') -> (Kind -> m Kind) -> TyVarBndr_ flag -> m (TyVarBndr_ flag')

    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.

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

Page 88 of many | Previous | Next