unison/unison-src/transcripts/update-type-with-dependent-type.md
2024-06-25 11:11:07 -07:00

305 B

scratch/main> builtins.merge lib.builtin
unique type Foo = Bar Nat
unique type Baz = Qux Foo
scratch/main> add
unique type Foo = Bar Nat Nat
scratch/main> update
scratch/main> view Foo
scratch/main> view Baz
scratch/main> find.verbose