Skip to content

Add an operator for supplying a default value to getDefaultField #35

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

Merged

Conversation

cdepillabout
Copy link
Member

@cdepillabout cdepillabout commented Jul 4, 2017

This PR adds an operator for supplying a default value to getDefaultField (.??).

This is similar to Aeson's .!= operator.

The fixity needs to be less than the .?? operator so that they compose cleanly.

This PR adds an operator for supplying a default value to
`getDefaultField` (`.??`).

This is similar to Aeson's
[`.!=`](https://www.stackage.org/haddock/lts-8.21/aeson-1.0.2.1/Data-Aeson.html#v:.-33--61-)
operator.

The fixity needs to be less than the `.??` operator so that they compose
cleanly.
@garyb
Copy link
Member

garyb commented Jul 10, 2017

Thanks!

@garyb garyb merged commit 2fbd8e8 into purescript-contrib:master Jul 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants