Fork me on GitHub
#clojure-spec
<
2018-07-26
>
Ethan18:07:27

Hello, I'm working on creating specs and I would like to use ::bindings from the core.specs.alpha in the alpha.clj file in my code. I was wondering how I would go about doing that without all copying the code to my file.

Alex Miller (Clojure team)18:07:25

Just refer to the full spec keyword

Alex Miller (Clojure team)18:07:52

:clojure.core.specs.alpha/bindings

Ethan19:07:05

ok, thank you