unison/unison-src/transcripts-using-base/fix2358.output.md
2024-06-25 11:11:07 -07:00

511 B

Tests a former error due to bad calling conventions on delay.impl

timingApp2 : '{IO, Exception} ()
timingApp2 _ =
  printLine "Hello"
  delay 10
  printLine "World"

  Loading changes detected in scratch.u.

  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`:
    
      timingApp2 : '{IO, Exception} ()

scratch/main> run timingApp2

  ()