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

238 B

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