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
The type checker cannot properly deal with or and and operators (it infers the results to be bool, which is obviously very bad).
or
and
The text was updated successfully, but these errors were encountered:
Revert "Fix RawExpressionType.accept crash with `--cache-fine-grain…
RawExpressionType.accept
da90abf
…ed` (#17…" This reverts commit 8b74b5a.
No branches or pull requests
The type checker cannot properly deal with
or
andand
operators (it infers the results to be bool, which is obviously very bad).The text was updated successfully, but these errors were encountered: