Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
any :: Monad m => (a -> Bool) -> Stream m a -> m Boolleveldb-haskell Data.Stream.Monadic No documentation available.
any :: (Char -> Bool) -> Text -> Boolmiso Miso.String O(n) any p t determines whether any character in the Text t satisfies the predicate p.
-
mockcat Test.MockCat.Param Make a parameter to which any value is expected to apply.
any :: (Word8 -> Bool) -> ByteString -> Boolrawfilepath Data.ByteString.RawFilePath O(n) Applied to a predicate and a ByteString, any determines if any element of the ByteString satisfies the predicate.
any :: (Char -> Bool) -> Rope -> Boolrope-utf16-splay Data.Rope.UTF16 Do any characters in the rope satisfy the predicate?
any :: (Char -> Bool) -> Rope -> Boolrope-utf16-splay Data.Rope.UTF16.Internal Do any characters in the rope satisfy the predicate?
any :: Monad m => (a -> Bool) -> SerialT m a -> m Boolstreamly Streamly.Internal.Data.Stream.IsStream Determine whether any of the elements of a stream satisfy a predicate.
any = Stream.fold Fold.any
any :: Monad m => (a -> Bool) -> SerialT m a -> m Boolstreamly Streamly.Prelude Determine whether any of the elements of a stream satisfy a predicate.
any = Stream.fold Fold.any
-
tomland Toml.Codec.Combinator.Monoid Codec for Any wrapper for boolean values. Returns Any False on missing fields. Decodes to Any False when the key is not present.
any :: Unboxable a => (a -> Bool) -> Vector a -> Boolunboxing-vector Data.Vector.Unboxing No documentation available.