unison/unison-src/transcripts/fix689.md

14 lines
237 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
```ucm:hide
scratch/main> builtins.merge
2020-05-27 00:59:27 +03:00
```
``` 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)
```