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
I think that either the else case should be there (possibly with a better error like "this should never happen"), or we should use a version of cond that raises an error instead of returning void (like in the teaching languages, I think). In case it becomes more complicated later and we forget something.
Additionally the
[else (error 'bad)]
line is unnecessary.The text was updated successfully, but these errors were encountered: