Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. mapErrorsFailT :: forall (m :: Type -> Type) e a . Functor m => ([e] -> [Text]) -> FailT e m a -> FailT m a

    FailT Control.Monad.Trans.Fail.Text

    Version of mapErrorsFail, where resulting type is restricted to Text Map a function over the aggregation of errors in the FailT monad. Could be used for example for clearing our all of the aggregated error messages:

    >>> runFail (mapErrorsFailT (const [] :: [Text] -> [Text]) $ fail "Something went wrong" >> pure ())
    Left "No failure reason given"
    

  2. mapFailT :: (m (Either [Text] a) -> n (Either [Text] b)) -> FailT m a -> FailT n b

    FailT Control.Monad.Trans.Fail.Text

    Version of mapFailT restricted to Text Map a function over the underlying representation of the FailT monad.

  3. mapToSpecialGlyphs :: WritingSystem -> Text -> [SpecialChar]

    HPDF Graphics.PDF.Typesetting.WritingSystem

    No documentation available.

  4. mappend :: Monoid a => a -> a -> a

    HaTeX Text.LaTeX.Base

    An associative operation NOTE: This method is redundant and has the default implementation mappend = (<>) since base-4.11.0.0. Should it be implemented manually, since mappend is a synonym for (<>), it is expected that the two functions are defined the same way. In a future GHC release mappend will be removed from Monoid.

  5. mappend :: Monoid a => a -> a -> a

    HaTeX Text.LaTeX.Base.Class

    An associative operation NOTE: This method is redundant and has the default implementation mappend = (<>) since base-4.11.0.0. Should it be implemented manually, since mappend is a synonym for (<>), it is expected that the two functions are defined the same way. In a future GHC release mappend will be removed from Monoid.

  6. mapsto :: LaTeXC l => l

    HaTeX Text.LaTeX.Base.Math

    A right-arrow for function definitions, <math>.

  7. mapLaTeXT :: (m (a, LaTeX) -> m (a, LaTeX)) -> LaTeXT m a -> LaTeXT m a

    HaTeX Text.LaTeX.Base.Writer

    A helper function for building monad transformers, e.g.

    instance MonadReader r m => MonadReader r (LaTeXT m) where
    ask = lift ask
    local = mapLaTeXT . local
    
    This declaration could be included here, but it would add a dependency on mtl.

  8. mapsto :: LaTeXC l => l

    HaTeX Text.LaTeX.Packages.AMSMath

    A right-arrow for function definitions, <math>.

  9. mapStrategyM :: Monad m => (a -> m (Maybe b)) -> Strategy a -> m (Strategy b)

    LambdaHack Game.LambdaHack.Client.AI.Strategy

    No documentation available.

  10. mapPosToOffset :: (Point, AttrCharW32) -> (PointUI, AttrString)

    LambdaHack Game.LambdaHack.Client.UI.Animation

    No documentation available.

Page 233 of many | Previous | Next