1 2 3 4 5 6 7
# Creates a `with` across multiple thunk boundaries. let set = { a = with { b = 42; }; b; }; in set.a