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