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

Add combinator for optional properties #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

edsko
Copy link

@edsko edsko commented Feb 28, 2015

(Note that the implementation does not rely on defaultValue and hence does not rely on any Eq instances.)

@edsko
Copy link
Author

edsko commented Mar 1, 2015

Note that if we had the standard StackPrisms for Maybe, then we could just write

optProp :: Json a => Text -> Grammar Obj t (Maybe a :- t)
optProp propName = fromPrism just . prop propName <> fromPrism nothing

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

Successfully merging this pull request may close these issues.

1 participant