unison/unison-src/transcripts/check763.output.md
2024-06-25 11:11:07 -07:00

598 B

Regression test for https://github.com/unisonweb/unison/issues/763

(+-+) : Nat -> Nat -> Nat
(+-+) x y = x * y

  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`:
    
      +-+ : Nat -> Nat -> Nat

scratch/main> add

  ⍟ I've added these definitions:
  
    +-+ : Nat -> Nat -> Nat

scratch/main> move.term +-+ boppitybeep

  Done.

scratch/main> move.term boppitybeep +-+

  Done.