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

24 lines
506 B
Markdown
Raw Permalink Normal View History

2020-05-27 00:59:27 +03:00
Tests the fix for https://github.com/unisonweb/unison/issues/689
``` unison
2021-08-24 21:33:27 +03:00
structural ability SystemTime where
2020-05-27 00:59:27 +03:00
systemTime : ##Nat
tomorrow = '(SystemTime.systemTime + 24 * 60 * 60)
```
``` ucm
2020-05-27 00:59:27 +03:00
Loading changes detected in scratch.u.
2020-05-27 00:59:27 +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`:
2021-08-24 21:33:27 +03:00
structural ability SystemTime
2020-05-27 00:59:27 +03:00
tomorrow : '{SystemTime} Nat
```