(defn =>-assertion? [form] (and (sequential? form) (> (count form) 2) (= '=> (last (butlast form)))))
Comments top
No comments for =>-assertion?. Log in to add a comment.