GaloisInc / saw-script

The SAW scripting language.
BSD 3-Clause "New" or "Revised" License
433 stars 63 forks source link

Document the new sequent proof mode and its operations #1735

Open robdockins opened 1 year ago

robdockins commented 1 year ago

PR #1689 reworked the proof mode in SAW to operate on sequents instead of just propositions, and added a variety of tactics for manipulating them, similar in many ways to the tactics found in an interactive theorem prover. The new proof mode and the operations that manipulate it need to be documented in a more coherent way than just the help text for the individual operations.

For reference a (I think) complete listing of the new sequent-oriented commands is listed here:

robdockins commented 1 year ago

Some things that might be nice to add: