less verbose ways of spec'ing records and maps?

不羁岁月 提交于 2019-12-04 19:09:58

It is Clojure team's conscious decision to have values and key sets spec'ed separately (you can read this discussion for a longer explanation). What you suggest is considered an anti-pattern in clojure.spec and was deliberately made not possible.

If you want single-statement nested structure specs, it is probably better to use Plumatic Schema.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!