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.

  1. condProjectListM :: MonadClientRead m => Int -> ActorId -> m [(Double, CStore, ItemId, ItemFull, ItemQuant)]

    LambdaHack Game.LambdaHack.Client.AI.ConditionM

    No documentation available.

  2. lastMacroFrame :: KeyMacroFrame -> [KeyMacroFrame] -> KeyMacroFrame

    LambdaHack Game.LambdaHack.Client.UI.FrameM

    No documentation available.

  3. strongestMelee :: Bool -> Maybe DiscoveryBenefit -> Time -> [(ItemId, ItemFullKit)] -> [(Double, Bool, Int, Int, ItemId, ItemFullKit)]

    LambdaHack Game.LambdaHack.Common.Item

    No documentation available.

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

  5. transformListMonad :: (List l, List k) => (ItemM l (k a) -> ItemM k (k a)) -> l a -> k a

    List 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"
    

  6. syncRequestMaximumSynced :: SyncRequest ci si a -> !Maybe si

    appendful Data.Appendful.Collection

    No documentation available.

  7. castM :: (Typeable a, Typeable b) => m a -> m b

    boltzmann-samplers Boltzmann.Data.Types

    No documentation available.

  8. composeCastM :: forall a b c d m . (Typeable b, Typeable c) => (m c -> d) -> (a -> m b) -> a -> d

    boltzmann-samplers Boltzmann.Data.Types

    composeCast f g = f . g
    

  9. newtype ConstModule r a

    boltzmann-samplers Boltzmann.Species

    No documentation available.

  10. ConstModule :: r -> ConstModule r a

    boltzmann-samplers Boltzmann.Species

    No documentation available.

Page 97 of many | Previous | Next