Thanks Alex. But then

  (s/assert ::o {})

gives

     failed: (valid? ::meta-spec (meta %))

which is not quite satisfactory.

Is my understanding correct that for a more integrated approach one would need a
custom Spec implementation? And if so, shouldn't it be part of the core then?

>> On Tue, Oct 24 2017 06:12, Alex Miller wrote:

> (s/def ::o #(s/valid? ::meta-spec (meta %)))

> should work.

> On Saturday, October 21, 2017 at 3:57:20 PM UTC-5, Vitalie Spinu wrote:
>>
>>
>> Hi,
>>
>> If my meta spec looks like
>>
>>     (s/def ::meta-spec (s/keys :req [::xyz]))
>>
>>
>> how do I define a spec for objects whose meta conforms to `::meta-spec`?
>>
>> Thanks!
>>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to