(defn seed-rule "Given an adorned query, give back its seed rule" [q] (let [mq (build-seed-bindings (magic-literal q)) sr (seed-relation mq)] (build-rule mq [sr])))
Comments top
No comments for seed-rule. Log in to add a comment.