unison/unison-src/transcripts/fix2628.md

16 lines
201 B
Markdown
Raw Permalink Normal View History

2022-07-14 18:33:09 +03:00
```ucm:hide
2024-06-26 21:18:41 +03:00
scratch/main> alias.type ##Nat lib.base.Nat
2022-07-14 18:33:09 +03:00
```
```unison:hide
unique type foo.bar.baz.MyRecord = {
value : Nat
}
```
```ucm
scratch/main> add
2022-07-14 18:33:09 +03:00
scratch/main> find : Nat -> MyRecord
2022-07-14 18:33:09 +03:00
```