let
in
    (if a = b then (c + d)) + f;
    (while a < b do break) + f
end

