```ucm:hide scratch/main> alias.type ##Nat lib.base.Nat ``` ```unison:hide unique type foo.bar.baz.MyRecord = { value : Nat } ``` ```ucm scratch/main> add scratch/main> find : Nat -> MyRecord ```