Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maps as keys are not fully supported #9

Open
stathissideris opened this issue May 24, 2017 · 0 comments
Open

Maps as keys are not fully supported #9

stathissideris opened this issue May 24, 2017 · 0 comments
Labels

Comments

@stathissideris
Copy link
Owner

> (pprint-specs
    (infer-specs [{{:a 4} 3}
                  {{:a 8} 4}] ::foo) *ns* 's)

(s/def ::foo (s/map-of (s/keys :req-un [::a]) integer?))

::a should have been promoted to top-level as a named spec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant