You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
Evaluating the following lines:
(define a '(0))
(define (set-car-wrapper! list x)
(set-car! list x))
(set-car-wrapper! a 3)
What is the expected output? What do you see instead?
a should be (3) yet evaluating the above results in an error.
What version of the product are you using? On what operating system?
Ypsilon 0.9.6-update3 running under Ubuntu 9.04.
Please provide any additional information below.
Original issue reported on code.google.com by Daniel.L...@gmail.com on 25 Apr 2010 at 11:22
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
Daniel.L...@gmail.com
on 25 Apr 2010 at 11:22The text was updated successfully, but these errors were encountered: