diff --git a/tutorials/online/sidenote-quantifiers.html b/tutorials/online/sidenote-quantifiers.html index f539209..2080138 100644 --- a/tutorials/online/sidenote-quantifiers.html +++ b/tutorials/online/sidenote-quantifiers.html @@ -7,7 +7,7 @@
The Alloy quantifiers are
+The Alloy quantifiers are : all, some , no, one, lone.
Note that a 'formula' is something that evaluates to a boolean value, as opposed to an 'expression' which evaluates to a - (relational) value. With "some", "no", one", and "lone", you can also apply - them to a set or a relation like this:
- -The basic format for a quantifier is
+The usual format for using a quantifier is:
quantifier variable:type | formula-
where the formula may includes references to the quantifier +
where the formula may include references to the quantifier variable. An alternative notation is:
@@ -73,7 +63,7 @@Quantifiers
arbitrarily complex formulas.However, be warned that nested quantifiers may cause your model to - become intractable. In generaly, try not to stack more than two + become intractable. In general, try not to stack more than two or three of them together.