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
It seems that multiple-values, now merged into master, mostly works. The test suite reports that the case "((lambda x x) (values 1 2 3))" doesn't error like it should, and instead it evaluates to "(1 2 3)". Need to investigate.
multiple values: values and call-with-values T_T
Branch multiple-values contains the current state of affairs.
The text was updated successfully, but these errors were encountered: