AlloyTools / org.alloytools.alloy

Alloy is a language for describing structures and a tool for exploring them. It has been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching networks. This repository contains the code for the tool.
Other
695 stars 124 forks source link

warn on priming immutable var #285

Open dnjackson opened 1 week ago

dnjackson commented 1 week ago

If you prime a field or signature that is not marked as var, there is no warning that the prime is effectively ignored.