Error in syntax-parse

I think you meant to write

(define-syntax (emit-interaction stx)
  ...)

rather than

(define (emit-interaction stx)
  ...)

no?

1 Like