unison/unison-src/transcripts/check873.output.md
2019-10-19 11:01:12 -04:00

970 B

See this ticket; the point being, this shouldn't crash the runtime. :)

(-) = builtin.Nat.sub

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

.> add

  ⍟ I've added these definitions:
  
    - : builtin.Nat -> builtin.Nat -> builtin.Int

baz x = x - 1

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