clojure-spec

About: http://clojure.org/about/spec Guide: http://clojure.org/guides/spec API: https://clojure.github.io/spec.alpha/clojure.spec.alpha-api.html
2020-10-06T21:34:44.076600Z

is there a good way to spec out just some of the arguments in s/fdef's :args? like :args (s/cat :first-param (constantly true) :second-param int?)?

ghadi 2020-10-06T21:35:02.076800Z

any?

2020-10-06T21:35:14.077Z

thanks!