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 NeverNull instances for tuples #44

Open
mightybyte opened this issue Oct 9, 2015 · 1 comment
Open

Add NeverNull instances for tuples #44

mightybyte opened this issue Oct 9, 2015 · 1 comment

Comments

@mightybyte
Copy link
Contributor

Today I discovered that there are no NeverNull instances for tuples. It would be nice to have something like this if possible:

instance (NeverNull a, NeverNull b) => NeverNull (a,b)
@lykahb
Copy link
Owner

lykahb commented Oct 22, 2015

Currently Maybe works only one-column values. This issue is related to #5 for which we do not have the precise behavior spec.

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

2 participants