parser added by andyjpb on Tue Sep 29 18:00:04 2015

(define boolean
  (lambda (_)
   (fprintf (current-error-port) "HELLO\n")
   (pp (parse fail _) (current-error-port))
   (fprintf (current-error-port) "HELLO\n")
    (s11n4j-abort "boolean not implemented!")))