unison/unison-src/transcripts/fix849.output.md
2020-04-08 14:25:19 -04:00

440 B

See this ticket.

x = 42

> x

  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`:
    
      x : Nat
  
  Now evaluating any watch expressions (lines starting with
  `>`)... Ctrl+C cancels.

    3 | > x
          ⧩
          42