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

32 lines
559 B
Markdown
Raw Permalink Normal View History

``` ucm
scratch/main> builtins.mergeio
2022-02-01 20:29:55 +03:00
Done.
scratch/main> load unison-src/transcripts/fix2795/docs.u
2022-02-01 20:29:55 +03:00
Loading changes detected in
unison-src/transcripts/fix2795/docs.u.
2022-02-01 20:29:55 +03:00
I found and typechecked these definitions in
unison-src/transcripts/fix2795/docs.u. If you do an `add` or
`update`, here's how your codebase would change:
⍟ These new definitions are ok to `add`:
t1 : Text
test : Doc2
scratch/main> display test
2022-02-01 20:29:55 +03:00
t : Text
t = "hi"
t
"hi"
t1 : Text
2022-02-01 20:29:55 +03:00
t1 = "hi"
```