Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. mapMaybeStep :: forall (m :: Type -> Type) a b . Functor m => (a -> Maybe b) -> StepT m a -> StepT m b

    servant Servant.Types.SourceT

    No documentation available.

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

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

    monad-logger Control.Monad.Logger

    Map the unwrapped computation using the given function.

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

    monad-logger Control.Monad.Logger

    Map the unwrapped computation using the given function.

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

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

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

    yaml Data.Yaml.Builder

    No documentation available.

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

    yaml Data.Yaml.Builder

    No documentation available.

  9. mapMG :: (ModSummary -> ModSummary) -> ModuleGraph -> ModuleGraph

    ghc GHC

    Map a function f over all the ModSummaries. To preserve invariants f can't change the isBoot status.

  10. mapIdKey :: Unique

    ghc GHC.Builtin.Names

    No documentation available.

Page 88 of many | Previous | Next