(defmacro trace-datalog "If *test-datalog* is set to true, run the enclosed commands" [& body] `(when *trace-datalog* ~@body))
Comments top
No comments for trace-datalog. Log in to add a comment.