mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
201 B
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