unison/unison-src/transcripts/fix4498.md

17 lines
207 B
Markdown
Raw Permalink Normal View History

2023-12-13 04:35:48 +03:00
```ucm:hide
scratch/main> builtins.merge
2023-12-13 04:35:48 +03:00
```
```unison
lib.dep0.bonk.foo = 5
lib.dep0.zonk.foo = "hi"
lib.dep0.lib.dep1.foo = 6
myterm = foo + 2
```
2023-12-13 03:20:04 +03:00
```ucm
scratch/main> add
scratch/main> view myterm
2023-12-13 03:20:04 +03:00
```