unison/unison-src/transcripts/fix689.output.md
Runar Bjarnason 3037ae5d74 Fix bug #689
2020-05-26 17:59:27 -04:00

440 B

Tests the fix for https://github.com/unisonweb/unison/issues/689

ability SystemTime where
  systemTime : ##Nat

tomorrow = '(SystemTime.systemTime + 24 * 60 * 60)

  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`:
    
      ability SystemTime
      tomorrow : '{SystemTime} Nat