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

29 lines
483 B
Markdown
Raw Permalink Normal View History

2019-10-07 22:55:01 +03:00
See [this ticket](https://github.com/unisonweb/unison/issues/849).
``` unison
2019-10-07 22:55:01 +03:00
x = 42
> x
```
``` ucm
2019-10-07 22:55:01 +03:00
Loading changes detected in scratch.u.
2019-10-07 22:55:01 +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:
⍟ These new definitions are ok to `add`:
x : Nat
2020-04-08 21:25:19 +03:00
2019-10-07 22:55:01 +03:00
Now evaluating any watch expressions (lines starting with
`>`)... Ctrl+C cancels.
3 | > x
42
```