let type arr = array of int type r = { arr, int } var x := new r { new arr[10] of 3, 5 } in x.1 end