let in let type room = { int } type house = { string, room, room } in new house { "1344 Barry", new room { 20 }, nil } end ; 1 end