post-recording commit

This commit is contained in:
2023-05-17 09:15:14 +01:00
parent 330ddbe399
commit df429c4770
8 changed files with 10 additions and 32 deletions

View File

@@ -41,7 +41,7 @@ define operators...
```
...$a + ...$b ==> (add (...$a) (...$b))
```
...and name bindings...
...and named bindings...
```
let $name = ...$value in ...$body ==> (\$name. ...$body) ...$value
```