post-recording commit
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user