Fork me on GitHub
#clojure-spec
<
2017-04-22
>
pseud21:04:59

I know there's supposed to be some way by which I can refer to a spec, bar residing in [my.example.foo :as foo] by its alias, but (s/conform :foo/bar ...) doesn't seem to be it. Anyone knows/remembers ?

dergutemoritz21:04:47

@pseud You gotta use two colons like that: ::foo/bar