Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
TileMap = Array ContentId TileKindLambdaHack Game.LambdaHack.Common.Level Tile kinds on the map.
updateBigMap :: (BigActorMap -> BigActorMap) -> Level -> LevelLambdaHack Game.LambdaHack.Common.Level No documentation available.
updateProjMap :: (ProjectileMap -> ProjectileMap) -> Level -> LevelLambdaHack Game.LambdaHack.Common.Level No documentation available.
FontMapBitmap :: Text -> Int -> FontDefinitionLambdaHack Game.LambdaHack.Common.Misc size ignored for bitmap fonts and no hinting
FontMapScalable :: Text -> Int -> HintingMode -> Int -> FontDefinitionLambdaHack Game.LambdaHack.Common.Misc extra cell extension
fontMapBitmap :: FontSet -> TextLambdaHack Game.LambdaHack.Common.Misc No documentation available.
fontMapScalable :: FontSet -> TextLambdaHack Game.LambdaHack.Common.Misc No documentation available.
imapA :: (UnboxRepClass c, UnboxRepClass d) => (Point -> c -> d) -> Array c -> Array dLambdaHack Game.LambdaHack.Common.PointArray Map over an array (function applied to each element and its index).
imapMA_ :: (Monad m, UnboxRepClass c) => (Point -> c -> m ()) -> Array c -> m ()LambdaHack Game.LambdaHack.Common.PointArray Map monadically over an array (function applied to each element and its index) and ignore the results.
sitemIxMap :: State -> ItemIxMapLambdaHack Game.LambdaHack.Common.State No documentation available.