(defn no-matching-function-signature {:dynamic true} [function expected actual] (report-problem function expected actual "No matching real function signature for given argument count."))
Comments top
No comments for no-matching-function-signature. Log in to add a comment.