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
Example:
CASM init test using Point = (x: Integer, y: Integer) rule foo(p : Point) = skip rule test = choose x, y in [1..10] do foo((x, y))
If the argument types are correct, then it should be possible to pass on a tuple expression also when a record is expected.
The text was updated successfully, but these errors were encountered:
Needs proper relaxation in the FE type inference pass.
Sorry, something went wrong.
No branches or pull requests
Example:
If the argument types are correct, then it should be possible to pass on a tuple expression also when a record is expected.
The text was updated successfully, but these errors were encountered: