mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
424 B
424 B
proj/main> builtins.merge lib.builtin
lib.old.foo = 17
lib.new.foo = +18
thingy = lib.old.foo + 10
proj/main> add
proj/main> upgrade old new
Resolve the error and commit the upgrade.
thingy = foo + +10
proj/upgrade-old-to-new> update
proj/upgrade-old-to-new> upgrade.commit
proj/main> view thingy
proj/main> ls lib
proj/main> branches