Fork me on GitHub
#clojure-spec
<
2019-09-03
>
Vesa Norilo12:09:20

Hi guys! Is there a way to destructure and walk specs? Suppose I have (update-in document [some path] transform). Is there a way to derive a spec for transform output by reaching into the spec for document?

Vesa Norilo12:09:59

right, thanks!