Skip to content

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