Fork me on GitHub
#clojure-spec
<
2017-05-25
>
jfntn22:05:33

Are recursive specs not supported in Clojurescript? I have (s/def ::parent ::self) (s/def ::self ...) failing at the first line.

donaldball23:05:19

Has anyone written a macro to combine defn and s/fdef yet?