@wingo @rml @cwebber set! Won't affect `f` from `X`
@shegeley @rml @cwebber depends :) add #:declarative? #f to the define-module of X and see
@wingo won't help :(
@shegeley @wingo @rml @cwebber
So you want to update the closure of f?
@monkey1 @wingo @rml @cwebber
I'm not sure about this formulation. I want to update `x` from `(X)` "globally": in a way that everything from `(X)` that'd have `x` referenced would also update it to the new value.
@shegeley @rml @cwebber depends :) add #:declarative? #f to the define-module of X and see