(defn unexpected-args {:dynamic true} [function expected actual i] (report-problem function expected actual (str "Argument " i " has an unexpected value for function.")))
Comments top
No comments for unexpected-args. Log in to add a comment.