mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
185 B
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