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

18 lines
434 B
Markdown
Raw Normal View History

2021-10-06 22:02:19 +03:00
Ensure closing token is emitted by closing brace in doc eval block.
``` ucm
scratch/main> load ./unison-src/transcripts/fix2244.u
2021-10-06 22:02:19 +03:00
Loading changes detected in
2024-04-15 03:20:04 +03:00
./unison-src/transcripts/fix2244.u.
2021-10-06 22:02:19 +03:00
I found and typechecked these definitions in
2024-04-15 03:20:04 +03:00
./unison-src/transcripts/fix2244.u. If you do an `add` or
`update`, here's how your codebase would change:
2021-10-06 22:02:19 +03:00
⍟ These new definitions are ok to `add`:
x : Doc2
```