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. anyC :: forall (m :: Type -> Type) a o . Monad m => (a -> Bool) -> ConduitT a o m Bool

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

  2. anyCE :: forall (m :: Type -> Type) mono o . (Monad m, MonoFoldable mono) => (Element mono -> Bool) -> ConduitT mono o m Bool

    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.

  3. anyChar :: P s Char

    frisby Text.Parsers.Frisby

    Match any character, fails on EOF

  4. anyclassStrategyIdKey :: Unique

    ghc-lib GHC.Builtin.Names.TH

    No documentation available.

  5. anyclassStrategyName :: Name

    ghc-lib GHC.Builtin.Names.TH

    No documentation available.

  6. anyFreeVarsOfCo :: (TyCoVar -> Bool) -> Coercion -> Bool

    ghc-lib GHC.Plugins

    No documentation available.

  7. anyFreeVarsOfType :: (TyCoVar -> Bool) -> Type -> Bool

    ghc-lib GHC.Plugins

    No documentation available.

  8. anyFreeVarsOfTypes :: (TyCoVar -> Bool) -> [Type] -> Bool

    ghc-lib GHC.Plugins

    No documentation available.

  9. anyOfUnique :: Uniquable a => a -> [Unique] -> Bool

    ghc-lib GHC.Utils.Unique

    No documentation available.

  10. anySubscriptionInApp :: TargetingRuleScope -> Maybe TargetingRuleScopeAnySubscriptionInApp

    gogol-android-publisher Gogol.AndroidPublisher

    The scope of the current targeting rule is any subscription in the parent app.

Page 88 of many | Previous | Next