1 2 3 4 5 6 7
def b := () def c := 1 def a := (c, b) def (e, f): (Int, Bool) := (2, False) def a := (a, b) def (e, f) := (2, True)