OK. I got some super guidance from p-himik on the Slack channel (Thank
you!).
Essentially there was a TreeSet in one of the sets to be conj'ed and that
was causing the exception. Apparently, it's not a trivial matter to conj
tree-sets :-).
--
You received this message because you are subscrib
I'm stumped on this. I have a function that returns a lazy sequence (let's call
it lzs - it's produced by another function, and for this exercise I def'd it
in the REPL from `*1'). It's a sequence of maps.
When I apply a merge-with operation to the lazy sequence. I get the following
error.
c