I think this Ch 8 example ``` [:find ?name :in $ % (actor-movie ?name "The Terminator")] ``` is missing `:where` and should be ``` [:find ?name :in $ % :where (actor-movie ?name "The Terminator")] ``` Thanks for this great resource!
I think this Ch 8 example
is missing
:whereand should beThanks for this great resource!