The lookup function triggers an error when done with one env, but
there is still the rest of the env to explore for a extend-rec
created env. I use a continuation-style but maybe there's something
simpler that can be done.
The extend-rec function forgot about the rest of the bindings in the
environment. This wasn't the cause of this particular issue, but I
thought it's related enough.
The lookup function triggers an error when done with one env, but there is still the rest of the env to explore for a extend-rec created env. I use a continuation-style but maybe there's something simpler that can be done.
The extend-rec function forgot about the rest of the bindings in the environment. This wasn't the cause of this particular issue, but I thought it's related enough.