Fork me on GitHub
#clojure-spec
<
2018-04-06
>
kardan13:04:01

Anyone who can point on where to read on how structure specs? I started to spec in com.example.user but then it was odd define the user spec using namespaced keys. Would really want to to type (s/valid? :: #::{:email “<mailto:[email protected]|[email protected]>” :first-name “Bill” :last-name “Karlson”}) . So I’m guessing I should read up 🙂