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.
-
LambdaHack Game.LambdaHack.Definition.Ability No documentation available.
-
LambdaHack Game.LambdaHack.Definition.Ability No documentation available.
-
LambdaHack Game.LambdaHack.Definition.Ability No documentation available.
-
LambdaHack Game.LambdaHack.Definition.Ability No documentation available.
-
LambdaHack Game.LambdaHack.Definition.Ability No documentation available.
-
LambdaHack Game.LambdaHack.Definition.Ability No documentation available.
-
LambdaHack Game.LambdaHack.Definition.Ability No documentation available.
-
LambdaHack Game.LambdaHack.Definition.Ability AI and UI flag: consider equipping (may or may not have EqpSlot, e.g., if the benefit is periodic)
type
EquivM s c v = EquivT s c v Identityequivalence 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.
type
EquivM' s v = EquivM s () vequivalence Data.Equivalence.Monad This monad is a special case of EquivM that only maintains trivial equivalence class descriptors of type ().