unison/unison-src/transcripts/fix2628.md
Paul Chiusano 8d04b73567 fix #2628
2022-07-14 11:33:09 -04:00

165 B

.> alias.type ##Nat .base.Nat
unique type foo.bar.baz.MyRecord = {
  value : Nat
}
.> add

.> find : Nat -> MyRecord