Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
LambdaHack Game.LambdaHack.Client.AI.ConditionM No documentation available.
lastMacroFrame :: KeyMacroFrame -> [KeyMacroFrame] -> KeyMacroFrameLambdaHack Game.LambdaHack.Client.UI.FrameM No documentation available.
-
LambdaHack Game.LambdaHack.Common.Item No documentation available.
module Game.LambdaHack.Server.
HandleRequestM Semantics of requests . A couple of them do not take time, the rest does. Note that since the results are atomic commands, which are executed only later (on the server and some of the clients), all condition are checkd by the semantic functions in the context of the state before the server command. Even if one or more atomic actions are already issued by the point an expression is evaluated, they do not influence the outcome of the evaluation.
transformListMonad :: (List l, List k) => (ItemM l (k a) -> ItemM k (k a)) -> l a -> k aList Data.List.Class Transform the underlying monad of a list given a way to transform the monad
> import Data.List.Tree (bfs) > bfs (transformListMonad (\(Identity x) -> [x, x]) "hey" :: ListT [] Char) "hheeeeyyyyyyyy"
syncRequestMaximumSynced :: SyncRequest ci si a -> !Maybe siappendful Data.Appendful.Collection No documentation available.
castM :: (Typeable a, Typeable b) => m a -> m bboltzmann-samplers Boltzmann.Data.Types No documentation available.
composeCastM :: forall a b c d m . (Typeable b, Typeable c) => (m c -> d) -> (a -> m b) -> a -> dboltzmann-samplers Boltzmann.Data.Types composeCast f g = f . g
-
boltzmann-samplers Boltzmann.Species No documentation available.
ConstModule :: r -> ConstModule r aboltzmann-samplers Boltzmann.Species No documentation available.