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

Implement a ^::speced/closed-keys directive #31

Open
vemv opened this issue Mar 20, 2019 · 0 comments
Open

Implement a ^::speced/closed-keys directive #31

vemv opened this issue Mar 20, 2019 · 0 comments

Comments

@vemv
Copy link
Contributor

vemv commented Mar 20, 2019

Given

(speced/defn
  inline-function
  [^::speced/closed-keys {:keys [foo bar baz] :as x}]
  (when (< 0 x 100)
    (-> x (* x) str)))

, ^::speced/closed-keys would ensure that the map x only has the destructured keys, without extra ones.

The directive should be non-recursive, and if possible the :as destructuring should be used, for clearer error reports (vs. gensym)

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

No branches or pull requests

1 participant