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

26 lines
300 B
Markdown
Raw Permalink Normal View History

```ucm
scratch/main> builtins.mergeio
```
```unison
test> pass = [Ok "Passed"]
```
```ucm
scratch/main> add
```
```unison
test> pass = [Ok "Passed"]
```
```ucm
scratch/main> add
scratch/main> test
2023-09-29 21:29:48 +03:00
```
```unison
> ImmutableArray.fromList [?a, ?b, ?c]
> ImmutableByteArray.fromBytes 0xs123456
2023-09-29 21:29:48 +03:00
```