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.
anyVarSet :: (Var -> Bool) -> VarSet -> Boolghc GHC.Types.Var.Set No documentation available.
anyHpt :: (HomeModInfo -> Bool) -> HomePackageTable -> Boolghc GHC.Unit.Home.ModInfo No documentation available.
anyM :: (Monad m, Foldable f) => (a -> m Bool) -> f a -> m Boolghc GHC.Utils.Monad Monadic version of any, aborts the computation at the first True value
anyOfUnique :: Uniquable a => a -> [Unique] -> Boolghc GHC.Utils.Unique No documentation available.
anyArithException :: Selector ArithExceptionhspec-expectations Test.Hspec.Expectations No documentation available.
anyErrorCall :: Selector ErrorCallhspec-expectations Test.Hspec.Expectations No documentation available.
anyException :: Selector SomeExceptionhspec-expectations Test.Hspec.Expectations No documentation available.
anyIOException :: Selector IOExceptionhspec-expectations Test.Hspec.Expectations No documentation available.
-
xml-conduit Text.XML.Cursor Remove all non-elements. Compare roughly to XPath: A node test * is true for any node of the principal node type. For example, child::* will select all element children of the context node [...].
-
xml-conduit Text.XML.Stream.Parse