mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
192 B
192 B
scratch/main> builtins.merge
foo : Nat
foo = 5
scratch/main> add
foo : Nat
foo = 6
scratch/main> update
scratch/main> view foo