From 58d84d79dbba094c6f1381b2a278a51a52e1714d Mon Sep 17 00:00:00 2001 From: James Ian Johnson Date: Thu, 18 Aug 2011 17:17:15 -0400 Subject: [PATCH] Removed e from fold-pat attributes. --- collects/typed-scheme/rep/rep-utils.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/typed-scheme/rep/rep-utils.rkt b/collects/typed-scheme/rep/rep-utils.rkt index f64bf944a6..29b15d5c49 100644 --- a/collects/typed-scheme/rep/rep-utils.rkt +++ b/collects/typed-scheme/rep/rep-utils.rkt @@ -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)