mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
TODO
This commit is contained in:
parent
348b85c492
commit
a62387cb03
1 changed files with 2 additions and 1 deletions
|
@ -438,7 +438,8 @@
|
|||
; Application:
|
||||
((app? exp)
|
||||
(cond
|
||||
((ast:lambda? exp)
|
||||
((and (ast:lambda? (car exp))
|
||||
(all-prim-calls? (cdr exp)))
|
||||
'TODO)
|
||||
(else
|
||||
(map contract-prims exp))))
|
||||
|
|
Loading…
Add table
Reference in a new issue