unison/unison-src/tests/324.u

8 lines
109 B
Plaintext

foo a b =
if Text.eq a "" then
match Text.size b with
1 -> false
_ -> true
else
true