let sequence = if (x =? 0) then { foo 0 } else { if (x <? 0) { bar 0 else { if (x >? 0) { baz 0 } else { live 0 } } }