Skip to content

Commit

Permalink
Testing fix for issue #537
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed May 21, 2024
1 parent 6b556d3 commit 1ce4979
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scheme/eval.sld
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ce4979

Please sign in to comment.