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
print(match Nothing : Maybe int with Just x => 1) will print 0. IMO, to crash would be a more appropriate behaviour.
print(match Nothing : Maybe int with Just x => 1)
0
The text was updated successfully, but these errors were encountered:
I believe this is fixed with the pattern matching. @glundi, can you confirm this?
Sorry, something went wrong.
Yes, it will now crash.
No branches or pull requests
print(match Nothing : Maybe int with Just x => 1)
will print0
. IMO, to crash would be a more appropriate behaviour.The text was updated successfully, but these errors were encountered: