unison/unison-src/transcripts/fix3773.md

13 lines
101 B
Markdown
Raw Permalink Normal View History

2023-09-14 00:40:45 +03:00
```ucm:hide
scratch/main> builtins.merge
2023-09-14 00:40:45 +03:00
```
```unison
foo =
_ = 1
_ = 22
42
> foo + 20
```