Strange update-in Behavior

2014-05-29 Thread Stuart Fehr
I am not sure if this is considered a "bug" or if it is simply expected behavior, so I thought I would ask the list for clarification. I have this test which passes and shows the strange behavior that I am encountering: (deftest update-in-and-remove ;; The leaf value becomes and empty list in

Re: Strange update-in Behavior

2014-05-29 Thread Stuart Fehr
Ah, for some reason, I had it in my head that the value found in the map was the *last* argument passed to the function. This behavior makes a lot more sense now. Thanks for the clarification! On Thursday, May 29, 2014 11:00:58 AM UTC-6, Stuart Fehr wrote: > > I am not sure if t