Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ChooseItemApply :: [TriggerItem] -> HumanCmdLambdaHack Game.LambdaHack.Client.UI.HumanCmd No documentation available.
revCmdMap :: MonadClientUI m => m (HumanCmd -> KM)LambdaHack Game.LambdaHack.Client.UI.MonadClientUI No documentation available.
squareToMap :: PointSquare -> PointLambdaHack Game.LambdaHack.Client.UI.PointUI No documentation available.
smenuIxMap :: SessionUI -> Map String IntLambdaHack Game.LambdaHack.Client.UI.SessionUI indices of last used menu items
type
FontOverlayMap = EnumMap DisplayFont OverlayLambdaHack Game.LambdaHack.Client.UI.Slideshow No documentation available.
attrLinesToFontMap :: [(DisplayFont, [AttrLine])] -> FontOverlayMapLambdaHack Game.LambdaHack.Client.UI.Slideshow This appends vertically a list of blurbs into a single font overlay map. Not to be used if some blurbs need to be places overlapping vertically, e.g., when the square font symbol needs to be in the same line as the start of the descritpion of the denoted item or when mono font buttons need to be after a prompt.
maxYofFontOverlayMap :: FontOverlayMap -> IntLambdaHack Game.LambdaHack.Client.UI.Slideshow No documentation available.
type
KillMap = EnumMap FactionId EnumMap ItemId IntLambdaHack Game.LambdaHack.Common.Analytics No documentation available.
type
ItemIxMap = EnumMap ItemKindIx EnumSet ItemIdLambdaHack Game.LambdaHack.Common.Item The map of item kind indexes to identifiers of items that have that kind. Used to update data about items when their kinds become known, e.g., AI item use benefit data.
oimapVector :: ContentData a -> (ContentId a -> a -> b) -> Vector bLambdaHack Game.LambdaHack.Common.Kind No documentation available.