(defmulti should-body (fn [form message] (when (seq? form) (cond (= 'throws? (first form)) :throws (function? (first form)) :predicate))))
Comments top
No comments for should-body. Log in to add a comment.