unison/unison-src/transcripts/fix2156.md

15 lines
185 B
Markdown
Raw Permalink Normal View History

Tests for a case where bad eta reduction was causing erroneous watch
output/caching.
```ucm:hide
scratch/main> builtins.merge
```
```unison
sqr : Nat -> Nat
sqr n = n * n
> sqr
```