(defn find-bad-forms "Just a helper function to detect the forms that failed the test." [tester ns form] (filter #(not (tester % ns)) (fn-seq form)))
Comments top
No comments for find-bad-forms. Log in to add a comment.