f173161f4c0f ^
4d8f35353b41 ^
1 2 3 4 5 6
7 8 9
10
11 12
let set = { a = 1; }; in let set2 = { b = 1; }; inherit (set) a; inherit (set2) b; in a + b