mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
821 B
821 B
See this ticket; the point being, this shouldn't crash the runtime. :)
(-) = builtin.Nat.sub
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 -> Int
scratch/main> add
⍟ I've added these definitions:
- : Nat -> Nat -> Int
baz x = x - 1
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`:
baz : Nat -> Int