unison/unison-src/transcripts/check763.md

18 lines
283 B
Markdown
Raw Permalink Normal View History

2020-04-15 23:43:42 +03:00
Regression test for https://github.com/unisonweb/unison/issues/763
```ucm:hide
scratch/main> builtins.merge
2020-04-15 23:43:42 +03:00
```
```unison
(+-+) : Nat -> Nat -> Nat
(+-+) x y = x * y
```
```ucm
scratch/main> add
scratch/main> move.term +-+ boppitybeep
scratch/main> move.term boppitybeep +-+
2020-04-15 23:43:42 +03:00
```