unison/unison-src/transcripts/fix4415.output.md

20 lines
338 B
Markdown
Raw Permalink Normal View History

``` unison
2023-11-22 19:46:28 +03:00
unique type Foo = Foo
unique type sub.Foo =
```
``` ucm
2023-11-22 19:46:28 +03:00
Loading changes detected in scratch.u.
2023-11-22 19:49:52 +03:00
I found and typechecked these definitions in scratch.u. If you
do an `add` or `update`, here's how your codebase would
change:
2023-11-22 19:46:28 +03:00
2023-11-22 19:49:52 +03:00
⍟ These new definitions are ok to `add`:
2023-11-22 19:46:28 +03:00
type Foo
type sub.Foo
2023-11-22 19:46:28 +03:00
```