Fork me on GitHub
#clojure-spec
<
2018-06-16
>
alex-dixon17:06:06

If I have a spec that calls conform on data that may have been specced by other users, should I expect to receive their conformed results in my conformed results?

taylor22:06:31

if their specs are loaded into the spec registry in your process, I think so