(defn all-predicates "Given a rules-set, return all defined predicates" [rs] (set (map literal-predicate (map :head rs))))
Comments top
No comments for all-predicates. Log in to add a comment.