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.
all :: Foldable t => (a -> Bool) -> t a -> Booldimensional 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 *
all :: Foldable t => (a -> Bool) -> t a -> Booldistribution-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 *
all :: (Boolean b, Foldable t) => (a -> b) -> t a -> bersatz Ersatz.Bit The logical conjunction of the mapping of a function over several values.
-
invertible Data.Invertible.Monoid (Un)wrap the All monoid.
all :: Monad m => (a -> Bool) -> Stream m a -> m Boolleveldb-haskell Data.Stream.Monadic No documentation available.
all :: (Char -> Bool) -> Text -> Boolmiso Miso.String O(n) all p t determines whether all characters in the Text t satisfy the predicate p.
-
mx-state-codes Data.MXStateCodes A list of every State Code.
-
rattletrap Rattletrap.Console.Option No documentation available.
all :: (Word8 -> Bool) -> ByteString -> Boolrawfilepath Data.ByteString.RawFilePath O(n) Applied to a predicate and a ByteString, all determines if all elements of the ByteString satisfy the predicate.
all :: (Char -> Bool) -> Rope -> Boolrope-utf16-splay Data.Rope.UTF16 Do all characters in the rope satisfy the predicate?