let foo1 = { qux1 = bar2 1; quz = 42; }; bar2 = arg: baz3 (item: item); baz3 = func: func bah4; bah4 = foo1.qux1; in bar2 1 #foo1.qux1