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
Look over all files in https://github.com/rems-project/sail/tree/sail2/lib, e.g., https://github.com/rems-project/sail/blob/sail2/lib/flow.sail.
Here an example PR: https://github.com/rems-project/sail/pull/754/files
We may want to use HAdd.add instead of Int.add
HAdd.add
Int.add
The text was updated successfully, but these errors were encountered:
@benjaminselfridge is actually working on this, but I don't seem to be able to assign it to him. @Alasdair would you please add him to the repository?
Sorry, something went wrong.
From @javra:
New Lean defs go here: src/sail_lean_backend/Sail/Sail.lean
We're starting a branch here: https://github.com/GaloisInc/sail/blob/feature/lean_external_arith/lib/arith.sail
Does the initial commit I made look sane to you?
Looks good! There's a better abs in Mathlib, but since we don't want to depend on it, that's not an option.
abs
You could also, in Sail.lean, add intAbs, define it as the composition you used, and thant refer to that in the annotation.
Sail.lean
intAbs
jprider63
benjaminselfridge
No branches or pull requests
Look over all files in https://github.com/rems-project/sail/tree/sail2/lib, e.g., https://github.com/rems-project/sail/blob/sail2/lib/flow.sail.
Here an example PR: https://github.com/rems-project/sail/pull/754/files
We may want to use
HAdd.add
instead ofInt.add
The text was updated successfully, but these errors were encountered: