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.

  1. qmap :: Place -> TileMapEM

    LambdaHack Game.LambdaHack.Server.DungeonGen.Place

    No documentation available.

  2. data FlavourMap

    LambdaHack Game.LambdaHack.Server.ItemRev

    Flavours assigned by the server to item kinds, in this particular game. This is total and never changes, hence implemented as vector. Morally, it's indexed by ContentId ItemKind and elements are Flavour.

  3. dungeonFlavourMap :: COps -> FlavourMap -> Rnd FlavourMap

    LambdaHack Game.LambdaHack.Server.ItemRev

    Randomly chooses flavour for all item kinds for this game.

  4. emptyFlavourMap :: FlavourMap

    LambdaHack Game.LambdaHack.Server.ItemRev

    No documentation available.

  5. rollFlavourMap :: Vector Word16 -> Rnd (EnumMap (ContentId ItemKind) Flavour, EnumMap (ContentSymbol ItemKind) (EnumSet Flavour)) -> ContentId ItemKind -> ItemKind -> Rnd (EnumMap (ContentId ItemKind) Flavour, EnumMap (ContentSymbol ItemKind) (EnumSet Flavour))

    LambdaHack Game.LambdaHack.Server.ItemRev

    Assigns flavours to item kinds. Assures no flavor is repeated for the same symbol, except for items with only one permitted flavour.

  6. sknowMap :: ServerOptions -> Bool

    LambdaHack Game.LambdaHack.Server.ServerOptions

    No documentation available.

  7. concatMap :: List l => (a -> [b]) -> l a -> l b

    List Data.List.Class

    Genereralized concatMap For List l => (a -> l b) -> l a -> l b use =<< (monadic bind)

  8. data BitmapFont

    Vis Vis

    The bitmap fonts available in GLUT. The exact bitmap to be used is defined by the standard X glyph bitmaps for the X font with the given name.

  9. type MethodMap st = Map Tag MethodContainer st

    acid-state Data.Acid.Core

    Collection of Methods indexed by a Tag.

  10. mkMethodMap :: [MethodContainer st] -> MethodMap st

    acid-state Data.Acid.Core

    Construct a MethodMap from a list of Methods using their associated tag.

Page 1012 of many | Previous | Next