value = let x = 'A' y = "hello" c = let x = 1 y = 2.12 c = let x = () y = 'C' c = 3.12 in "world" in () in '7'