(defmacro ?- "Define a datalog query" [& q] (let [qq (build-atom q :clojure.contrib.datalog.literals/literal)] `(with-meta ~qq {:type ::datalog-query})))
Comments top
No comments for ?-. Log in to add a comment.