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

Fix type errors in util/sequence.als #152

Closed grayswandyr closed 2 years ago

grayswandyr commented 2 years ago

Fixes a bug (type errors likely introduced when changing the syntax of arithmetic operations) reported at https://alloytools.discourse.group/t/util-sequence-type-error/185/3 .