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