Skip to content

Commit

Permalink
Fix a few omissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Nov 30, 2023
1 parent 6fa6254 commit 81f57f7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/language-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,9 @@ in natural text.
``t``. To pass a single array-typed parameter, enclose it in
parens.

* The bodies of ``let``, ``if``, and ``loop`` extend as far to the
right as possible.

* The following table describes the precedence and associativity of
infix operators in both expressions and type expressions. All
operators in the same row have the same precedence. The rows are
Expand Down Expand Up @@ -836,10 +839,10 @@ are:

Company any two values of numeric type for equality.

```symbol```
```qualname```

Use ``symbol``, which may be any non-operator function name, as an
infix operator.
Use ``qualname``, which may be any non-operator function name, as
an infix operator.

``x && y``
..........
Expand Down

0 comments on commit 81f57f7

Please sign in to comment.