let type rec = {string,int} var r : rec := new rec {"Hello World",0} in r.0 end