let type y = {int, string} var x := new y{1,"1"} in x.0 end