notElem package:foldl

(notElem a) returns False if the container has an element equal to a, True otherwise
(notElem w8) returns False if the byte stream has a byte equal to w8, True otherwise
(notElem c) returns False if the text stream has a character equal to c, True otherwise