let foo = 1 + 1 in 2 + foo; if foo == 4 then do foo + 1; end else foo - 1; end;