mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added safety check
This commit is contained in:
parent
0fc29a1ee6
commit
6aeedbce0e
1 changed files with 1 additions and 0 deletions
|
@ -1507,6 +1507,7 @@
|
|||
;(lambda->formals (car body))
|
||||
(lambda->formals exp)
|
||||
)
|
||||
(> (length (lambda->formals exp)) 0)
|
||||
;; TODO: don't do it if args are used in the body
|
||||
;; this won't work if we have any num other than 1 arg
|
||||
(not (member
|
||||
|
|
Loading…
Add table
Reference in a new issue