mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 10:05:06 +03:00
Running prettier on the docs.
This commit is contained in:
parent
c2a7d6421e
commit
248193b185
@ -22,6 +22,7 @@
|
||||
</p>
|
||||
|
||||
### Get insights you can act on, fast
|
||||
|
||||
<p>
|
||||
<a href="https://discord.gg/PMtNMP46">
|
||||
<img src="https://img.shields.io/discord/401396655599124480.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2"
|
||||
|
@ -74,7 +74,7 @@ with types. In addition, Enso supports a number of additional operators for
|
||||
working with types. These are listed below.
|
||||
|
||||
| Operator | Precedence Relations | Level | Assoc. | Description |
|
||||
| :-------------------------------------------------------------------------------------------: | :--------------------------: | :---: | :----: | :-------------------------------------------------------------------------- |
|
||||
| :------: | :--------------------------: | :---: | :----: | :-------------------------------------------------------------------------- |
|
||||
| `:` | `> =` | 0 | Left | Ascribes the type (the right operand) to the value of the left operand. |
|
||||
| `in` | `> :`, `> !` | 3 | Left | Ascribes the context (the right operand) to the value of the left operand. |
|
||||
| `!` | `> :`, `> ->` | 2 | Left | Combines the left operand with the right operand as an error value. |
|
||||
|
Loading…
Reference in New Issue
Block a user