unison/unison-src/transcripts/fix2156.md
2024-06-25 11:11:07 -07:00

185 B

Tests for a case where bad eta reduction was causing erroneous watch output/caching.

scratch/main> builtins.merge
sqr : Nat -> Nat
sqr n = n * n

> sqr