unison/unison-src/transcripts/check763.output.md
2020-04-15 16:43:42 -04:00

523 B

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

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

  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

.> add

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

.> move.term +-+ boppitybeep

  Done.

.> move.term boppitybeep +-+

  Done.