Fork me on GitHub
#clojure-spec
<
2020-10-06
>
Michael Stokley21:10:44

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?)?