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

726 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`:
    
      - : Nat -> Nat -> Int

.> add

  ⍟ I've added these definitions:
  
    - : Nat -> Nat -> 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 : Nat -> Int