Question: Write a function seen that takes a single argument x and return #t if it has been previously called with an equal? argument and #f

Write a function seen that takes a single argument x and return #t if it has been previously called with an equal? argument and #f otherwise Hint: You may use a global variable if you like, but a solution that does not use global state is possible
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
