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.
addPerActorAny :: MonadServer m => ActorId -> Actor -> m ()LambdaHack Game.LambdaHack.Server.HandleAtomicM No documentation available.
deletePerActorAny :: MonadServer m => ActorId -> Actor -> m ()LambdaHack Game.LambdaHack.Server.HandleAtomicM No documentation available.
-
LambdaHack Game.LambdaHack.Server.PeriodicM No documentation available.
-
LambdaHack Game.LambdaHack.Server.PeriodicM No documentation available.
mkAnyState :: Typeable sub_st => sub_st st -> AnyState stacid-state Data.Acid.Abstract No documentation available.
-
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
WithAnyPrec :: (forall (p :: Nat) . KnownNat p => WithCurrentPrec p t) -> WithAnyPrec taern2-mp AERN2.MP.WithCurrentPrec No documentation available.
-
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
WithAnyPrec :: (forall (p :: Nat) . KnownNat p => WithCurrentPrec p t) -> WithAnyPrec taern2-mp AERN2.MP.WithCurrentPrec.Type No documentation available.
containsAny :: Searcher () -> Text -> Boolalfred-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.