mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35: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:
|
; Application:
|
||||||
((app? exp)
|
((app? exp)
|
||||||
(cond
|
(cond
|
||||||
((ast:lambda? exp)
|
((and (ast:lambda? (car exp))
|
||||||
|
(all-prim-calls? (cdr exp)))
|
||||||
'TODO)
|
'TODO)
|
||||||
(else
|
(else
|
||||||
(map contract-prims exp))))
|
(map contract-prims exp))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue