let type t = array of int type r = { string, t } var x := new r { "james swaine", new t[12] of 8 } in x.1 end