unison/unison-src/transcripts/fix4556.md

23 lines
218 B
Markdown
Raw Permalink Normal View History

2024-01-05 19:21:43 +03:00
```ucm:hide
scratch/main> builtins.merge
2024-01-05 19:21:43 +03:00
```
```unison
thing = 3
foo.hello = 5 + thing
bar.hello = 5 + thing
hey = foo.hello
```
```ucm
scratch/main> add
2024-01-05 19:21:43 +03:00
```
```unison
thing = 2
```
2024-01-05 00:09:53 +03:00
```ucm
scratch/main> update
2024-01-05 19:21:43 +03:00
```