4d8f35353b41 ^
1 2 3 4 5 6 7 8 9 10 11 12 13
let inherit (c) d; inherit (a) b c; a = { b = 20; c = { d = 3; }; }; in b + d