This commit is contained in:
Justin Ethier 2016-05-17 00:33:20 -04:00
parent 3bcf956a29
commit 76ff1d5a37

View file

@ -245,7 +245,7 @@
((quote? exp) exp)
((define? exp)
`(define ,(opt:contract (define->var exp))
,(opt:contract (define->exp exp))))
,@(opt:contract (define->exp exp))))
((set!? exp)
`(set! ,(opt:contract (set!->var exp))
,(opt:contract (set!->exp exp))))