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.

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

  2. anyExtension :: [String] -> FilePath -> a -> Bool

    yi-misc-modes Yi.Modes

    When applied to an extensions list, creates a modeApplies function.

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

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

  5. anyChar :: P s Char

    frisby Text.Parsers.Frisby

    Match any character, fails on EOF

  6. anyclassStrategyIdKey :: Unique

    ghc-lib GHC.Builtin.Names.TH

    No documentation available.

  7. anyclassStrategyName :: Name

    ghc-lib GHC.Builtin.Names.TH

    No documentation available.

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

    ghc-lib GHC.Plugins

    No documentation available.

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

    ghc-lib GHC.Plugins

    No documentation available.

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

    ghc-lib GHC.Plugins

    No documentation available.

Page 89 of many | Previous | Next