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

Mention differences to clojure.core fns in malli.util fns #386

Closed
Deraen opened this issue Mar 7, 2021 · 1 comment · Fixed by #1099
Closed

Mention differences to clojure.core fns in malli.util fns #386

Deraen opened this issue Mar 7, 2021 · 1 comment · Fixed by #1099
Labels
enhancement New feature or request

Comments

@Deraen
Copy link
Member

Deraen commented Mar 7, 2021

malli.util/assoc function doesn't take multiple kv-pairs.
malli.util/dissoc just takes one key.

Many of the functions take additional options parameter.

Current docstrings just say like clojure.core/x, could be extended to mention the differences.

@Deraen Deraen added the enhancement New feature or request label Mar 7, 2021
@saskenuba
Copy link

Took me a while to realize dissoc only handles one key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants