unison/unison-src/transcripts/update-type-add-new-record.md
2024-06-26 12:05:09 -07:00

13 lines
161 B
Markdown

```ucm:hide
scratch/main> builtins.merge lib.builtins
```
```unison
unique type Foo = { bar : Nat }
```
```ucm
scratch/main> update
scratch/main> view Foo
```