Removed e from fold-pat attributes.

original commit: 58d84d79dbba094c6f1381b2a278a51a52e1714d
This commit is contained in:
James Ian Johnson 2011-08-18 17:17:15 -04:00 committed by Sam Tobin-Hochstadt
parent d75ed64227
commit 46f0c7574f

View File

@ -80,7 +80,7 @@
;; pattern for the match as
(define-syntax-class (fold-pat fold-name)
#:transparent
#:attributes (e proc)
#:attributes (proc)
(pattern #:base
#:with proc #`(procedure-rename
(lambda () #,fold-target)