Instant is
off
|
Search plugin
|
Manual
|
haskell.org
any
-base +text
Packages
base
text
any
:: (Char -> Bool) -> Text -> Bool
text
Data.Text
,
text
Data.Text.Lazy
O(n)
any
p t determines whether any character in the
Text
t satisifes the predicate p. Subject to fusion.
©
Neil Mitchell
2004-2012, version 4.2.11