Port update-type-add-new-record to projects

This commit is contained in:
Chris Penner 2024-06-26 12:04:02 -07:00
parent d4a08fdc0a
commit 103569a5cd
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
```ucm:hide
scratch/main lib> builtins.merge
scratch/main> builtins.merge lib.builtins
```
```unison

View File

@ -28,6 +28,6 @@ scratch/main> update
scratch/main> view Foo
type Foo = { bar : ##Nat }
type Foo = { bar : Nat }
```