Fix bug introduced by last commit.
svn: r18385
This commit is contained in:
parent
9f17622e1a
commit
54b81b3bdb
|
@ -380,8 +380,7 @@
|
|||
(syntax-case stx (set!)
|
||||
[(set! i arg)
|
||||
(quasisyntax/loc stx
|
||||
(set! #,id
|
||||
(contract ctc arg neg pos (quote id) (quote-syntax id))))]
|
||||
(set! id (contract ctc arg neg pos (quote id) (quote-syntax id))))]
|
||||
[(f arg ...)
|
||||
(quasisyntax/loc stx
|
||||
((contract ctc id pos neg (quote id) (quote-syntax id))
|
||||
|
|
Loading…
Reference in New Issue
Block a user