mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
218 B
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