33cde1422e47 ^
1 2 3 4 5
# Upvalues from `with` require special runtime handling. Do they work? let f = with { a = 15; }; n: n * a; in f 10