(defn display-rule "Return the rule in a readable format." [rule] (list* '<- (-> rule :head display-literal) (map display-literal (:body rule))))
Comments top
No comments for display-rule. Log in to add a comment.