You won't get the extra `true` [here](https://github.com/matlux/the-reasoned-schemer-clojure/blob/master/src/reasoned_schemer_clj/core.clj#L416) since you're only checking for the last `:tofu` in a list. You need an extra clause (like [this](https://github.com/grinnbearit/the-reasoned-clojurer/blob/master/src/the_reasoned_clojurer/seeing_old_friends_in_new_ways.clj#L311)) On the other hand, had the same problem with `memberrevo` which refused to reverse the list
You won't get the extra
truehere since you're only checking for the last:tofuin a list. You need an extra clause (like this)On the other hand, had the same problem with
memberrevowhich refused to reverse the list