LetExp([ TypeDec[ (rectype, RecordTy[ (name,false,string), (id,false,int)])], VarDec(rec1,false,NONE, RecordExp(rectype,[ (name, StringExp("aname")), (id, IntExp(0))]))], SeqExp[ AssignExp( FieldVar( SimpleVar(rec1), name), IntExp(3)), AssignExp( FieldVar( SimpleVar(rec1), id), StringExp(""))])