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

Order of fallback arguments should be switched #138

Open
mlms13 opened this issue May 2, 2023 · 0 comments
Open

Order of fallback arguments should be switched #138

mlms13 opened this issue May 2, 2023 · 0 comments
Milestone

Comments

@mlms13
Copy link
Owner

mlms13 commented May 2, 2023

Currently, fallback is let fallback: (decoder, fallbackValue) => decoder. If we switched the two arguments, it would make piping more intuitive, e.g.:

let roles = field("roles", list(Role.decode)) |> fallback([])
@mlms13 mlms13 added this to the v2.0-beta.1 milestone Oct 15, 2023
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