(use prcc) (define parser ( (<@> ( "hello") (lambda (o) "hello ")) ( "world") (eof))) (display (parse-string "helloworld" parser)) (newline)