unison/unison-src/transcripts/fix689.md
2024-06-25 11:11:07 -07:00

14 lines
237 B
Markdown

Tests the fix for https://github.com/unisonweb/unison/issues/689
```ucm:hide
scratch/main> builtins.merge
```
``` unison
structural ability SystemTime where
systemTime : ##Nat
tomorrow = '(SystemTime.systemTime + 24 * 60 * 60)
```