mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Testing fix for issue #537
This commit is contained in:
parent
6b556d3a7a
commit
1ce4979658
1 changed files with 3 additions and 1 deletions
|
@ -99,7 +99,9 @@
|
|||
(cond
|
||||
((application? exp)
|
||||
(cond
|
||||
((compound-procedure? (car exp))
|
||||
((or (primitive-procedure? (car exp))
|
||||
(compound-procedure? (car exp))
|
||||
(procedure? (car exp)))
|
||||
(cons
|
||||
(car exp)
|
||||
(map
|
||||
|
|
Loading…
Add table
Reference in a new issue