unison/unison-src/transcripts/fix2628.md
2024-06-26 11:20:19 -07:00

201 B

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

scratch/main> find : Nat -> MyRecord