unison/unison-src/transcripts/fix4556.md

23 lines
191 B
Markdown
Raw Normal View History

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