Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
anyE :: forall (m :: Type -> Type) a b . Monad m => [VarT m a (Event b)] -> VarT m a (Event b)varying Control.Varying.Event Combine two Event streams and produce an Event any time either stream produces. In the case that both streams produce, this produces the Event of the leftmost stream.
anyExtension :: [String] -> FilePath -> a -> Boolyi-misc-modes Yi.Modes When applied to an extensions list, creates a modeApplies function.
anyC :: forall (m :: Type -> Type) a o . Monad m => (a -> Bool) -> ConduitT a o m Boolclassy-prelude-yesod ClassyPrelude.Yesod Check that at least one value in the stream returns True. Subject to shortcut logic: at the first True, consumption of the stream will stop.
-
classy-prelude-yesod ClassyPrelude.Yesod Check that at least one element in the chunked stream returns True. Subject to shortcut logic: at the first True, consumption of the stream will stop.
-
frisby Text.Parsers.Frisby Match any character, fails on EOF
anyclassStrategyIdKey :: Uniqueghc-lib GHC.Builtin.Names.TH No documentation available.
-
ghc-lib GHC.Builtin.Names.TH No documentation available.
anyFreeVarsOfCo :: (TyCoVar -> Bool) -> Coercion -> Boolghc-lib GHC.Plugins No documentation available.
anyFreeVarsOfType :: (TyCoVar -> Bool) -> Type -> Boolghc-lib GHC.Plugins No documentation available.
anyFreeVarsOfTypes :: (TyCoVar -> Bool) -> [Type] -> Boolghc-lib GHC.Plugins No documentation available.