You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[{data :spec name :name nested? ::nested?:as opts}]
(assert spec "missing :spec predicate in data-spec")
Notice how it asserts spec instead of data. I got confused by it more than once myself while reading sources, seeing spec in one place and data in another.
The text was updated successfully, but these errors were encountered:
Its 1-arity signature, followed by the assert:
Notice how it asserts
spec
instead ofdata
. I got confused by it more than once myself while reading sources, seeingspec
in one place anddata
in another.The text was updated successfully, but these errors were encountered: