From c1a393ac4fdad1d2534a7e633ad7297741004904 Mon Sep 17 00:00:00 2001 From: hardroadcrush <130765493+hardroadcrush@users.noreply.github.com> Date: Tue, 31 Mar 2026 01:37:13 -0900 Subject: [PATCH 1/3] Update sidenote-quantifiers.html Made it much more understandable by -Using cleaner explanations -Removing redundant info -Removing typos --- tutorials/online/sidenote-quantifiers.html | 24 +++++++--------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/tutorials/online/sidenote-quantifiers.html b/tutorials/online/sidenote-quantifiers.html index f539209..422c367 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 basic formats for using a quantifier are:
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.
From c4e18ea7243a46ae6fc750c587a65d5e6b6454ad Mon Sep 17 00:00:00 2001 From: hardroadcrush <130765493+hardroadcrush@users.noreply.github.com> Date: Wed, 1 Apr 2026 19:56:32 -0900 Subject: [PATCH 2/3] Update sidenote-quantifiers.html --- tutorials/online/sidenote-quantifiers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/online/sidenote-quantifiers.html b/tutorials/online/sidenote-quantifiers.html index 422c367..60e1ec9 100644 --- a/tutorials/online/sidenote-quantifiers.html +++ b/tutorials/online/sidenote-quantifiers.html @@ -15,7 +15,7 @@Quantifiers
The basic formats for using a quantifier are:
+The usual format for using a quantifier is:
quantifier variable:type | formula