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