Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. EqpSlotSight :: EqpSlot

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

  2. EqpSlotSpeed :: EqpSlot

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

  3. EqpSlotSwimming :: EqpSlot

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

  4. EqpSlotWait :: EqpSlot

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

  5. EqpSlotWeaponBig :: EqpSlot

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

  6. EqpSlotWeaponFast :: EqpSlot

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

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

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

  9. 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 ().

  10. newtype EquivT s c v (m :: Type -> Type) a

    equivalence Data.Equivalence.Monad

    This monad transformer encapsulates computations maintaining an equivalence relation. A monadic computation of type EquivT s c v m 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 contains an internal monadic computation of type m a.

Page 30 of many | Previous | Next