mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +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
|
(cond
|
||||||
((application? exp)
|
((application? exp)
|
||||||
(cond
|
(cond
|
||||||
((compound-procedure? (car exp))
|
((or (primitive-procedure? (car exp))
|
||||||
|
(compound-procedure? (car exp))
|
||||||
|
(procedure? (car exp)))
|
||||||
(cons
|
(cons
|
||||||
(car exp)
|
(car exp)
|
||||||
(map
|
(map
|
||||||
|
|
Loading…
Add table
Reference in a new issue