Whiley / WhileyTheoremProver

The Whiley Theorem Prover (WyTP) is an automatic and interactive theorem prover designed to discharge verification conditions generated by the Whiley Compiler. WyTP operates over a variant of first-order logic which includes integer arithmetic, arrays and quantification.
Apache License 2.0
8 stars 2 forks source link

Ensure `SyntacticItem` Immutability #117

Open DavePearce opened 7 years ago

DavePearce commented 7 years ago

SyntacticItems should be immutable. Currently, they are not. The primary way in which they can be mutated is currently via the attributes() field.