(defn add-restart-if [condition restarts kw name description f] (if condition (conj restarts (make-restart kw name description f)) restarts))
Comments top
No comments for add-restart-if. Log in to add a comment.