fixing error message in rewrite-side-conditions.rkt

This commit is contained in:
John Clements 2013-04-12 14:25:32 -07:00
parent c9045abf4d
commit df319c2ee8

View File

@ -202,7 +202,7 @@
(raise-syntax-error
what
(format "before underscore must be either a non-terminal or a built-in pattern, found ~a in ~s"
suffix-sym (syntax-e term))
prefix-sym (syntax-e term))
orig-stx
term)])]
[(eq? (syntax-e term) '...)