Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. addPerActorAny :: MonadServer m => ActorId -> Actor -> m ()

    LambdaHack Game.LambdaHack.Server.HandleAtomicM

    No documentation available.

  2. deletePerActorAny :: MonadServer m => ActorId -> Actor -> m ()

    LambdaHack Game.LambdaHack.Server.HandleAtomicM

    No documentation available.

  3. addAnyActor :: MonadServerAtomic m => Bool -> Int -> Freqs ItemKind -> LevelId -> Time -> Maybe Point -> m (Maybe (ActorId, Point))

    LambdaHack Game.LambdaHack.Server.PeriodicM

    No documentation available.

  4. addManyActors :: MonadServerAtomic m => Bool -> Int -> Freqs ItemKind -> LevelId -> Time -> Maybe Point -> Int -> m Bool

    LambdaHack Game.LambdaHack.Server.PeriodicM

    No documentation available.

  5. mkAnyState :: Typeable sub_st => sub_st st -> AnyState st

    acid-state Data.Acid.Abstract

    No documentation available.

  6. newtype WithAnyPrec t

    aern2-mp AERN2.MP.WithCurrentPrec

    An existential type wrapper for convenient conversions, eg using aern2-real:

    _x :: KnownNat p => WithCurrentPrec (CN MPBall) p
    _x = undefined
    
    _r_x :: CReal
    _r_x = creal $ WithAnyPrec _x
    

  7. WithAnyPrec :: (forall (p :: Nat) . KnownNat p => WithCurrentPrec p t) -> WithAnyPrec t

    aern2-mp AERN2.MP.WithCurrentPrec

    No documentation available.

  8. newtype WithAnyPrec t

    aern2-mp AERN2.MP.WithCurrentPrec.Type

    An existential type wrapper for convenient conversions, eg using aern2-real:

    _x :: KnownNat p => WithCurrentPrec (CN MPBall) p
    _x = undefined
    
    _r_x :: CReal
    _r_x = creal $ WithAnyPrec _x
    

  9. WithAnyPrec :: (forall (p :: Nat) . KnownNat p => WithCurrentPrec p t) -> WithAnyPrec t

    aern2-mp AERN2.MP.WithCurrentPrec.Type

    No documentation available.

  10. containsAny :: Searcher () -> Text -> Bool

    alfred-margaret Data.Text.AhoCorasick.Searcher

    Return whether the haystack contains any of the needles. Case sensitivity depends on the properties of the searcher This function is marked noinline as an inlining boundary. Aho.runText is marked inline, so this function will be optimized to report only whether there is a match, and not construct a list of matches. We don't want this function be inline, to make sure that the conditions of the caller don't affect how this function is optimized. There is little to gain from additional inlining. The pragma is not an optimization in itself, rather it is a defence against fragile optimizer decisions.

Page 184 of many | Previous | Next