On Mon, Jun 9, 2014 at 2:11 AM, JD wrote:
> When I try to use core.logic's fact function I am getting a symbol not
> found error. What is the idiomatic way to do something like:
>
> (logic/fact Orbits :mercury :sun)
>
> Orbits here was previously bound in a defrel, which I ended up replacing
> w
When I try to use core.logic's fact function I am getting a symbol not found
error. What is the idiomatic way to do something like:
(logic/fact Orbits :mercury :sun)
Orbits here was previously bound in a defrel, which I ended up replacing with
pldb/db-rel.
*example from Joy of Clojure's (2nd