unison/unison-src/tests/324.u

8 lines
111 B
Plaintext

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