add transcript

This commit is contained in:
Mitchell Rosen 2024-02-26 16:35:24 -05:00
parent 179e131e94
commit 581e2e105a
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Also fixes #1519 (it's the same issue).
```ucm
.> builtins.merge
```
```unison
foo.+.doc : Nat
foo.+.doc = 10
```

View File

@ -0,0 +1,26 @@
Also fixes #1519 (it's the same issue).
```ucm
.> builtins.merge
Done.
```
```unison
foo.+.doc : Nat
foo.+.doc = 10
```
```ucm
Loading changes detected in scratch.u.
I found and typechecked these definitions in scratch.u. If you
do an `add` or `update`, here's how your codebase would
change:
⍟ These new definitions are ok to `add`:
foo.+.doc : Nat
```