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 following will fail:
---- MODULE Test ---- op == \b01010101 op == \B10101010 op == \o01234567 op == \O76543210 op == \h0123456789abcdef op == \H9876543210FEDCBA ====
Bitfield number formats were put forward as a candidate for removal from the language in The Future of TLA+ [pdf].
Ref #159
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following will fail:
Bitfield number formats were put forward as a candidate for removal from the language in The Future of TLA+ [pdf].
Ref #159
The text was updated successfully, but these errors were encountered: