unison/unison-src/transcripts/fix5080.md

19 lines
276 B
Markdown
Raw Permalink Normal View History

2024-06-27 20:55:45 +03:00
```ucm:hide
scratch/main> builtins.merge lib.builtins
2024-06-26 23:31:49 +03:00
```
```unison
2024-06-27 20:55:45 +03:00
test> fix5080.tests.success = [Ok "success"]
test> fix5080.tests.failure = [Fail "fail"]
2024-06-26 23:31:49 +03:00
```
```ucm:error
2024-06-27 20:55:45 +03:00
scratch/main> add
scratch/main> test
2024-06-26 23:31:49 +03:00
```
```ucm
2024-06-27 20:55:45 +03:00
scratch/main> delete.term 2
scratch/main> test
2024-06-26 23:31:49 +03:00
```