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

24 lines
372 B
Markdown
Raw Permalink Normal View History

``` unison
2024-01-30 23:11:44 +03:00
foo.bar._baz = 5
bonk : Nat
bonk =
use foo.bar _baz
_baz
```
``` ucm
2024-01-30 23:11:44 +03:00
Loading changes detected in scratch.u.
2024-01-30 23:21: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:
2024-01-30 23:11:44 +03:00
2024-01-30 23:21:52 +03:00
⍟ These new definitions are ok to `add`:
bonk : Nat
foo.bar._baz : Nat
2024-01-30 23:11:44 +03:00
```