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.

  1. any :: Monad m => (a -> Bool) -> Stream m a -> m Bool

    leveldb-haskell Data.Stream.Monadic

    No documentation available.

  2. any :: (Char -> Bool) -> Text -> Bool

    miso Miso.String

    O(n) any p t determines whether any character in the Text t satisfies the predicate p.

  3. any :: Param a

    mockcat Test.MockCat.Param

    Make a parameter to which any value is expected to apply.

  4. any :: (Word8 -> Bool) -> ByteString -> Bool

    rawfilepath Data.ByteString.RawFilePath

    O(n) Applied to a predicate and a ByteString, any determines if any element of the ByteString satisfies the predicate.

  5. any :: (Char -> Bool) -> Rope -> Bool

    rope-utf16-splay Data.Rope.UTF16

    Do any characters in the rope satisfy the predicate?

  6. any :: (Char -> Bool) -> Rope -> Bool

    rope-utf16-splay Data.Rope.UTF16.Internal

    Do any characters in the rope satisfy the predicate?

  7. any :: Monad m => (a -> Bool) -> SerialT m a -> m Bool

    streamly Streamly.Internal.Data.Stream.IsStream

    Determine whether any of the elements of a stream satisfy a predicate.

    any = Stream.fold Fold.any
    

  8. any :: Monad m => (a -> Bool) -> SerialT m a -> m Bool

    streamly Streamly.Prelude

    Determine whether any of the elements of a stream satisfy a predicate.

    any = Stream.fold Fold.any
    

  9. any :: Key -> TomlCodec 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.

  10. any :: Unboxable a => (a -> Bool) -> Vector a -> Bool

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

Page 22 of many | Previous | Next