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

More helper functions for forgiving absence #15

Closed

Conversation

NorfairKing
Copy link

No description provided.

@mrkkrp
Copy link
Owner

mrkkrp commented Nov 28, 2016

Nothing prevents you from matching on Maybe and doing whatever you want. I see these as arbitrary additions. The idea behind good API is that you give user few general and clear functions and he/she builds on them. We should avoid adding lots of minor variations, they only contaminate namespace and confuse user.

@mrkkrp
Copy link
Owner

mrkkrp commented Nov 28, 2016

Basically what you propose to add amounts to fromMaybe defaultValue and fromMaybe mempty.

@NorfairKing
Copy link
Author

Hm, good point.
Carry on!

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.

None yet

2 participants