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
Add some mode or annotation for generating DrNim pragmas. Thanks to that, some runtime checks could be moved from runtime to DrNim's static analysis.
It should support everything that logic library does.
To be decided:
old(...)
forall
forsome
exists
->
<->
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add some mode or annotation for generating DrNim pragmas. Thanks to that, some runtime checks could be moved from runtime to DrNim's static analysis.
It should support everything that logic library does.
To be decided:
old(...)
too, or still use backticks and only compile it intoold(...)
calls in pragmas?forall
seems to be identical with its DrNim's pragma equivalent, butforsome
's equivalent isexists
--- should it change name?->
) and equivalence (<->
)?The text was updated successfully, but these errors were encountered: