It would be great to be able to do some thing like this : `type A = { a: int }; type B = {b: int} herit A;` So in fact`B = {a: int, b: int};` It could maybe replace an object model when combined with interfaces.