unison/unison-src/transcripts/fix4556.md
2024-01-05 11:30:14 -05:00

191 B

.> builtins.merge
thing = 3
foo.hello = 5 + thing
bar.hello = 5 + thing
hey = foo.hello
.> add
thing = 2
.> update