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