unison/unison-src/transcripts/update-type-add-record-field.md
2024-06-25 11:11:07 -07:00

275 B

scratch/main> builtins.merge lib.builtin
unique type Foo = { bar : Nat }
scratch/main> add
unique type Foo = { bar : Nat, baz : Int }
scratch/main> update
scratch/main> view Foo
scratch/main> find.verbose