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

16 lines
201 B
Markdown

```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
```