unison/unison-src/transcripts/watch-expressions.md

20 lines
158 B
Markdown

```ucm
.> builtins.merge
```
```unison
test> pass = [Ok "Passed"]
```
```ucm
.> add
```
```unison
test> pass = [Ok "Passed"]
```
```ucm
.> add
.> test
```