unison/unison-src/transcripts/update-type-constructor-alias.md

319 B

.> builtins.merge
.> move.namespace builtin lib.builtin
unique type Foo = Bar Nat
.> add
.> alias.term Foo.Bar Foo.BarAlias
unique type Foo = Bar Nat Nat

Bug: we leave Foo.BarAlias in the namespace with a nameless decl.

.> update
.> find.verbose