unison/unison-src/transcripts/fix4556.md
2024-06-25 11:11:07 -07:00

218 B

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