Match any byte, to perform lookahead. Returns
Nothing if end of
input has been reached. Does not consume any input.
Note: Because this parser does not fail, do not use it with
combinators such as
many, because such parsers loop until a
failure occurs. Careless use will thus result in an infinite loop.