Expand description
Modules§
- reader
- Proofs can be read using a
ProofReader. It reads the proof line-by-line, and can be thought of as an Iterator overStep. - writer
- Implements the writing of DRCP files.
Structs§
- Deduction
- An deduction step.
- Inference
- An inference step.
- IntAtomic
- An integer atomic constraint of the form
[name op value], whereopis anIntComparison.
Enums§
- Conclusion
- The conclusion of the proof. This is the final line, and a proof without a conclusion can be considered incomplete. All steps after the conclusion can be ignored.
- IntComparison
- Step
- An individual proof step from the proof.
Traits§
Type Aliases§
- Constraint
Id - The ID of a proof step.