Hoogle Search

Within LTS Haskell 24.17 (ghc-9.10.3)

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

  1. EqpSlotShine :: EqpSlot

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

  2. EqpSlotSight :: EqpSlot

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

  3. EqpSlotSpeed :: EqpSlot

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

  4. EqpSlotSwimming :: EqpSlot

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

  5. EqpSlotWait :: EqpSlot

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

  6. EqpSlotWeaponBig :: EqpSlot

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

  7. EqpSlotWeaponFast :: EqpSlot

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

  8. Equipable :: Flag

    LambdaHack Game.LambdaHack.Definition.Ability

    AI and UI flag: consider equipping (may or may not have EqpSlot, e.g., if the benefit is periodic)

  9. type EquivM s c v = EquivT s c v Identity

    equivalence Data.Equivalence.Monad

    This monad encapsulates computations maintaining an equivalence relation. A monadic computation of type EquivM s c v a maintains a state space indexed by type s, maintains an equivalence relation over elements of type v with equivalence class descriptors of type c and returns a value of type a.

  10. type EquivM' s v = EquivM s () v

    equivalence Data.Equivalence.Monad

    This monad is a special case of EquivM that only maintains trivial equivalence class descriptors of type ().

Page 30 of many | Previous | Next