mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-10 20:00:27 +03:00
523 B
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.