-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
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
rem/enriching-properties #1636
rem/enriching-properties #1636
Conversation
May I suggest using doc comments to separate out REPL commands (like how Rust does doc tests -- https://doc.rust-lang.org/rustdoc/write-documentation/documentation-tests.html)?
What's nice about this is that the doc comments can exist on more than just |
@weaversa One of the issues with the code fences approach that we were trying to talk about with you and @WeeknightMVP the other day is that listing REPL commands doesn't really associate any structure to the assurance case. Instead, we are trying to structure the assurance case for properties so you can e.g. write queries over all properties that are checked but not proved, or all properties that are proved with Z3 and not yices (if your system doesn't have yices installed), etc. |
Adding additional notation to properties and new command to be able to check those properties with the options specified.