Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. all :: Foldable t => (a -> Bool) -> t a -> Bool

    dimensional Numeric.Units.Dimensional.Prelude

    Determines whether all elements of the structure satisfy the predicate.

    Examples

    Basic usage:
    >>> all (> 3) []
    True
    
    >>> all (> 3) [1,2]
    False
    
    >>> all (> 3) [1,2,3,4,5]
    False
    
    >>> all (> 3) [1..]
    False
    
    >>> all (> 3) [4..]
    * Hangs forever *
    

  2. all :: Foldable t => (a -> Bool) -> t a -> Bool

    distribution-opensuse OpenSuse.Prelude

    Determines whether all elements of the structure satisfy the predicate.

    Examples

    Basic usage:
    >>> all (> 3) []
    True
    
    >>> all (> 3) [1,2]
    False
    
    >>> all (> 3) [1,2,3,4,5]
    False
    
    >>> all (> 3) [1..]
    False
    
    >>> all (> 3) [4..]
    * Hangs forever *
    

  3. all :: (Boolean b, Foldable t) => (a -> b) -> t a -> b

    ersatz Ersatz.Bit

    The logical conjunction of the mapping of a function over several values.

  4. all :: Bool <-> All

    invertible Data.Invertible.Monoid

    (Un)wrap the All monoid.

  5. all :: Monad m => (a -> Bool) -> Stream m a -> m Bool

    leveldb-haskell Data.Stream.Monadic

    No documentation available.

  6. all :: (Char -> Bool) -> Text -> Bool

    miso Miso.String

    O(n) all p t determines whether all characters in the Text t satisfy the predicate p.

  7. all :: [Code]

    mx-state-codes Data.MXStateCodes

    A list of every State Code.

  8. all :: [Option]

    rattletrap Rattletrap.Console.Option

    No documentation available.

  9. all :: (Word8 -> Bool) -> ByteString -> Bool

    rawfilepath Data.ByteString.RawFilePath

    O(n) Applied to a predicate and a ByteString, all determines if all elements of the ByteString satisfy the predicate.

  10. all :: (Char -> Bool) -> Rope -> Bool

    rope-utf16-splay Data.Rope.UTF16

    Do all characters in the rope satisfy the predicate?

Page 22 of many | Previous | Next