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
709 stars 124 forks source link

Simple Int Assertion doesn't work #45

Closed EugeneWagner closed 6 years ago

EugeneWagner commented 6 years ago

Following works in v.4.2 but not in in the "temporary release" from early April.2018:

assert intCheck { no i: Int | i > 1 implies i > 0 } check intCheck