1
vote
1answer
80 views

Scheme - What is wrong with my attempt to extend this declaration?

This is a homework question. Question My attempt (the whole file): http://pastebin.com/TS6mByEj If you search let var = exp1 in body, that's the function I need to extend according to the ...