mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Bugfix
This commit is contained in:
parent
3bcf956a29
commit
76ff1d5a37
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue