unison/unison-src/transcripts/update-type-turn-non-record-into-record.md
2024-06-25 11:11:07 -07:00

254 B

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