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.
-
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"
mapFailT :: (m (Either [Text] a) -> n (Either [Text] b)) -> FailT m a -> FailT n bFailT Control.Monad.Trans.Fail.Text Version of mapFailT restricted to Text Map a function over the underlying representation of the FailT monad.
mapToSpecialGlyphs :: WritingSystem -> Text -> [SpecialChar]HPDF Graphics.PDF.Typesetting.WritingSystem No documentation available.
mappend :: Monoid a => a -> a -> aHaTeX 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.
mappend :: Monoid a => a -> a -> aHaTeX 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.
-
HaTeX Text.LaTeX.Base.Math A right-arrow for function definitions, <math>.
mapLaTeXT :: (m (a, LaTeX) -> m (a, LaTeX)) -> LaTeXT m a -> LaTeXT m aHaTeX 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.-
HaTeX Text.LaTeX.Packages.AMSMath A right-arrow for function definitions, <math>.
mapStrategyM :: Monad m => (a -> m (Maybe b)) -> Strategy a -> m (Strategy b)LambdaHack Game.LambdaHack.Client.AI.Strategy No documentation available.
mapPosToOffset :: (Point, AttrCharW32) -> (PointUI, AttrString)LambdaHack Game.LambdaHack.Client.UI.Animation No documentation available.