Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

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

    HPDF Graphics.PDF.Typesetting.WritingSystem

    No documentation available.

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

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

  4. mapsto :: LaTeXC l => l

    HaTeX Text.LaTeX.Base.Math

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

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

  6. mapsto :: LaTeXC l => l

    HaTeX Text.LaTeX.Packages.AMSMath

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

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

    LambdaHack Game.LambdaHack.Client.AI.Strategy

    No documentation available.

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

    LambdaHack Game.LambdaHack.Client.UI.Animation

    No documentation available.

  9. mapFontIsBitmap :: FrontendSession -> Bool

    LambdaHack Game.LambdaHack.Client.UI.Frontend.Sdl

    No documentation available.

  10. mapStartY :: Int

    LambdaHack Game.LambdaHack.Client.UI.PointUI

    The row where the dungeon map starts, both in PointUI and PointSquare coordinates.

Page 233 of many | Previous | Next