let type t = array of string type r = { int, t } var x := new r { 3, new t[10] of "foobar" } in x.1[2] end