(use prcc) (define foo ( (lazy ( ( #\a) foo)) ( #\b) (eof))) (pp (parse-string "abb" foo)) ;; parsing 'abb' failed: ;; (expect: end of file)@(1, 3) ;; #f