fixing error message in rewrite-side-conditions.rkt
This commit is contained in:
parent
c9045abf4d
commit
df319c2ee8
|
@ -202,7 +202,7 @@
|
||||||
(raise-syntax-error
|
(raise-syntax-error
|
||||||
what
|
what
|
||||||
(format "before underscore must be either a non-terminal or a built-in pattern, found ~a in ~s"
|
(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
|
orig-stx
|
||||||
term)])]
|
term)])]
|
||||||
[(eq? (syntax-e term) '...)
|
[(eq? (syntax-e term) '...)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user