unison/unison-src/transcripts/fix1421.output.md
Greg Pfeil 8416708a29
Add transcripts for fixed issues
This shows that this change fixes #1421, #2826, #5141, and #5168.
2024-07-10 14:01:35 -06:00

30 lines
440 B
Markdown

``` ucm
scratch/main> alias.type ##Nat Nat
Done.
scratch/main> alias.term ##Nat.+ Nat.+
Done.
```
``` unison
unique type A = A Nat
unique type B = B Nat Nat
```
``` 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`:
type A
type B
```