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
with Foo; package Test is type Message is message A : Foo.T then null if A = Foo.E1; end message; end Test;
package Foo is type T is (E1, E2) with Size => 8; end Foo;
The text was updated successfully, but these errors were encountered:
Fix handling of prefixed literals in PyRFLX
a486cfa
Ref. #346
49d9675
3fe2e89
f050258
6af0235
treiher
Successfully merging a pull request may close this issue.
Example
The text was updated successfully, but these errors were encountered: