let type rec = {string, string, string} var x := new rec {"hello", "world", "12435 kablooie"} in x.2 end