Skip to content

Commit

Permalink
Merge branch 'Deducteam:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Alidra authored Nov 2, 2024
2 parents d27c7d7 + 3223066 commit 29f9c9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ocaml-version: [5.2.0, 5.1.1, 5.0.0, 4.14.1, 4.13.1, 4.12.1, 4.11.2, 4.10.2, 4.09.1, 4.08.1]
ocaml-version: [5.2.0, 5.1.1, 5.0.0, 4.14.2, 4.13.1, 4.12.1, 4.11.2, 4.10.2, 4.09.1, 4.08.1]
runs-on: ubuntu-latest
steps:
- name: checking out lambdapi repo ...
Expand Down
16 changes: 8 additions & 8 deletions doc/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ the system with additional information on its properties and behavior.
for every canonical term of the form ``f t u``, we have ``t ≤ u``,
where ```` is a total ordering on terms left unspecified.

If a symbol ``f`` is ``associative left`` then there is no
canonical term of the form ``f t (f u v)`` and thus every
canonical term headed by ``f`` is of the form ``f … (f (f t₁ t₂)
t₃) … tₙ``. If a symbol ``f`` is ``associative`` or ``associative
right`` then there is no canonical term of the form ``f (f t u)
v`` and thus every canonical term headed by ``f`` is of the form
``f t₁ (f t₂ (f t₃ … tₙ) … )``. Moreover, in both cases, if ``f``
is also ``commutative`` then we have ``t₁ ≤ t₂ ≤ … ≤ tₙ``.
If a symbol ``f`` is ``commutative`` and ``associative left`` then
there is no canonical term of the form ``f t (f u v)`` and thus
every canonical term headed by ``f`` is of the form ``f … (f (f t₁
t₂) t₃) … tₙ``. If a symbol ``f`` is ``commutative`` and
``associative`` or ``associative right`` then there is no
canonical term of the form ``f (f t u) v`` and thus every
canonical term headed by ``f`` is of the form ``f t₁ (f t₂ (f t₃ …
tₙ) … )``. Moreover, in both cases, we have ``t₁ ≤ t₂ ≤ … ≤ tₙ``.

- **Exposition modifiers** define how a symbol can be used outside the
module where it is defined. By default, the symbol can be used
Expand Down

0 comments on commit 29f9c9c

Please sign in to comment.