diff --git a/collects/parser-tools/yacc.ss b/collects/parser-tools/yacc.ss index 010935d..2929054 100644 --- a/collects/parser-tools/yacc.ss +++ b/collects/parser-tools/yacc.ss @@ -179,7 +179,7 @@ (lambda (port) (display-yacc (syntax-object->datum grammar) tokens - (syntax-object->datum start) + (map syntax-object->datum start) (if precs (syntax-object->datum precs) #f)