We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Currently Maybe works only one-column values. This issue is related to #5 for which we do not have the precise behavior spec.
Sorry, something went wrong.
No branches or pull requests
Today I discovered that there are no NeverNull instances for tuples. It would be nice to have something like this if possible:
The text was updated successfully, but these errors were encountered: