mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
353 B
353 B
Tests for a TDNR case that wasn't working. The code wasn't 'relaxing' inferred types that didn't contain arrows, so effects that just yield a value weren't getting disambiguated.
scratch/main> builtins.merge
unique ability A where
a : Nat
unique ability B where
a : Char
test : () -> Nat
test _ =
x = a
toNat x