explain tilde

This commit is contained in:
Victor Taelin 2024-05-18 08:25:14 -03:00
parent 21fff43954
commit ea91faed69

View File

@ -289,7 +289,8 @@ type Tree:
Leaf { val }
```
This defines a binary tree, with elements on leaves. For example, the tree:
This defines a binary tree, with elements on leaves. Here, `~` flags a field as
*recursive*. For example, the tree:
```
__/\__